Difference between revisions of "DocBook Utils"

From CBLFS
Jump to navigationJump to search
 
(Optional (Runtime Dependencies))
Line 17: Line 17:
 
* [[DocBook SGML DTD-3.1]]
 
* [[DocBook SGML DTD-3.1]]
 
=== Optional (Runtime Dependencies) ===
 
=== Optional (Runtime Dependencies) ===
* [[JadeTex]]
+
* [[JadeTeX]]
 
* [[PerlModule_SGMLSpm]]
 
* [[PerlModule_SGMLSpm]]
 
* [[Lynx]] or [[Links]] or [[w3m]]
 
* [[Lynx]] or [[Links]] or [[w3m]]

Revision as of 13:14, 3 September 2006

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

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.