Difference between revisions of "DocBook Utils"
(→Dependencies) |
(I added the package description from BLFS.) |
||
Line 9: | Line 9: | ||
---- | ---- | ||
+ | |||
+ | == Introduction to DocBook Utils == | ||
+ | |||
+ | The DocBook Utils package is a collection of utility scripts used to convert and analyze SGML documents in general, and DocBook files in particular. The scripts are used to convert from DocBook or other SGML formats into “classical” file formats like HTML, man, info, RTF and many more. There's also a utility to compare two SGML files and only display the differences in markup. This is useful for comparing documents prepared for different languages. | ||
== Dependencies == | == Dependencies == |
Revision as of 21:34, 6 December 2006
Contents
Introduction to DocBook Utils
The DocBook Utils package is a collection of utility scripts used to convert and analyze SGML documents in general, and DocBook files in particular. The scripts are used to convert from DocBook or other SGML formats into “classical” file formats like HTML, man, info, RTF and many more. There's also a utility to compare two SGML files and only display the differences in markup. This is useful for comparing documents prepared for different languages.
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.