DocBook Utils

From CBLFS
Jump to navigationJump to search
Download Source: http://sources-redhat.mirrors.redwire.net/docbook-tools/new-trials/SOURCES/docbook-utils-0.6.14.tar.gz
Download Source: ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-0.6.14.tar.gz

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.

Project Homepage: Unknown

Dependencies

Required

Optional (Runtime Dependencies)

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.