DocBook DSSSL StyleSheets: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
I added the package description from BLFS. |
||
| Line 9: | Line 9: | ||
---- | ---- | ||
== Introduction to DSSSL StyleSheets == | |||
The DocBook DSSSL Stylesheets package contains DSSSL stylesheets. These are used by OpenJade or other tools to transform SGML and XML DocBook files. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 21:32, 6 December 2006
| Download Source: | http://prdownloads.sourceforge.net/docbook/docbook-dsssl-1.79.tar.bz2 |
|---|---|
| Download Optional Documentation: | http://prdownloads.sourceforge.net/docbook/docbook-dsssl-doc-1.79.tar.bz2 |
Introduction to DSSSL StyleSheets
The DocBook DSSSL Stylesheets package contains DSSSL stylesheets. These are used by OpenJade or other tools to transform SGML and XML DocBook files.
Dependencies
Required
Required (To Test)
Non-Multilib or Multilib
Unpack both the source and documentation tarballs before beginning the build.
Install DocBook DSSSL Stylesheets by running the following commands as the root user:
install -v -m755 bin/collateindex.pl /usr/bin &&
install -v -m644 bin/collateindex.pl.1 /usr/share/man/man1 &&
install -v -d -m755 /usr/share/sgml/docbook/dsssl-stylesheets-1.79 &&
cp -v -R * /usr/share/sgml/docbook/dsssl-stylesheets-1.79 &&
install-catalog --add /etc/sgml/dsssl-docbook-stylesheets.cat \
/usr/share/sgml/docbook/dsssl-stylesheets-1.79/catalog &&
install-catalog --add /etc/sgml/dsssl-docbook-stylesheets.cat \
/usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/catalog &&
install-catalog --add /etc/sgml/sgml-docbook.cat \
/etc/sgml/dsssl-docbook-stylesheets.cat