Difference between revisions of "DocBook DSSSL StyleSheets"

From CBLFS
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
 
----
 
----
  
== Introduction to DSSSL StyleSheets ==
+
{{Package-Introduction|The DocBook DSSSL Stylesheets package contains DSSSL stylesheets. These are used by OpenJade or other tools to transform SGML and XML DocBook files.}}
 
 
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 ==
Line 40: Line 38:
 
  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
 +
 +
[[Category:DocBook SGML]]

Latest revision as of 16:01, 19 March 2009

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 DocBook 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.

Project Homepage: Unknown

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