Difference between revisions of "DocBook DSSSL StyleSheets"
From CBLFS
Jump to navigationJump to search (I added the package description from BLFS.) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://prdownloads.sourceforge.net/docbook/docbook-dsssl- | + | | http://prdownloads.sourceforge.net/docbook/docbook-dsssl-{{DocBook DSSSL StyleSheets-Version}}.tar.bz2 |
|- | |- | ||
!Download Optional Documentation: | !Download Optional Documentation: | ||
− | | http://prdownloads.sourceforge.net/docbook/docbook-dsssl-doc- | + | | http://prdownloads.sourceforge.net/docbook/docbook-dsssl-doc-{{DocBook DSSSL StyleSheets-Version}}.tar.bz2 |
|} | |} | ||
Line 32: | Line 32: | ||
install -v -m755 bin/collateindex.pl /usr/bin && | install -v -m755 bin/collateindex.pl /usr/bin && | ||
install -v -m644 bin/collateindex.pl.1 /usr/share/man/man1 && | install -v -m644 bin/collateindex.pl.1 /usr/share/man/man1 && | ||
− | install -v -d -m755 /usr/share/sgml/docbook/dsssl-stylesheets- | + | install -v -d -m755 /usr/share/sgml/docbook/dsssl-stylesheets-{{DocBook DSSSL StyleSheets-Version}} && |
− | cp -v -R * /usr/share/sgml/docbook/dsssl-stylesheets- | + | cp -v -R * /usr/share/sgml/docbook/dsssl-stylesheets-{{DocBook DSSSL StyleSheets-Version}} && |
install-catalog --add /etc/sgml/dsssl-docbook-stylesheets.cat \ | install-catalog --add /etc/sgml/dsssl-docbook-stylesheets.cat \ | ||
− | /usr/share/sgml/docbook/dsssl-stylesheets- | + | /usr/share/sgml/docbook/dsssl-stylesheets-{{DocBook DSSSL StyleSheets-Version}}/catalog && |
install-catalog --add /etc/sgml/dsssl-docbook-stylesheets.cat \ | install-catalog --add /etc/sgml/dsssl-docbook-stylesheets.cat \ | ||
− | /usr/share/sgml/docbook/dsssl-stylesheets- | + | /usr/share/sgml/docbook/dsssl-stylesheets-{{DocBook DSSSL StyleSheets-Version}}/common/catalog && |
install-catalog --add /etc/sgml/sgml-docbook.cat \ | install-catalog --add /etc/sgml/sgml-docbook.cat \ | ||
/etc/sgml/dsssl-docbook-stylesheets.cat | /etc/sgml/dsssl-docbook-stylesheets.cat |
Revision as of 12:37, 17 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 |
Contents
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