DocBook Utils: Difference between revisions
From CBLFS
Jump to navigationJump to search
| Line 16: | Line 16: | ||
* [[DocBook DSSSL StyleSheets]] | * [[DocBook DSSSL StyleSheets]] | ||
* [[DocBook SGML DTD-3.1]] | * [[DocBook SGML DTD-3.1]] | ||
* Which | * [[Which]] | ||
=== Optional (Runtime Dependencies) === | === Optional (Runtime Dependencies) === | ||
Revision as of 06:34, 29 October 2006
Dependencies
Required
Optional (Runtime Dependencies)
- JadeTeX
- PerlModule_SGMLSpm
- Lynx or Links or w3m
Non-Multilib or Multilib
Compile the package:
sed -i 's:/html::' doc/HTML/Makefile.in && ./configure --prefix=/usr && make
Install the package
make install
Many packages use an alternate name for the DocBook-utils scripts. If you wish to create these alternate names, use the following command:
for doctype in html ps dvi man pdf rtf tex texi txt
do
ln -s docbook2$doctype /usr/bin/db2$doctype
done
The jw script uses the which command to locate required utilities. You must install Which before attempting to use any of the DocBook-utils programs.