Add notes about xmllint and PostScript or textoutput
authorJelmer Vernooij <jelmer@samba.org>
Tue, 27 May 2003 13:46:05 +0000 (13:46 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 27 May 2003 13:46:05 +0000 (13:46 +0000)
(This used to be commit 00d00e2e1c841e588932539be6ada875a75dbf1a)

docs/docbook/docbook.txt

index 84848fd88f2f8e5f43722d5b1ef0951450eeac48..1d2f5ffbdf469159cc583d5e4e0f382ee15e3ce4 100644 (file)
@@ -54,8 +54,19 @@ The Tools
 To generate the docs, you need to have the following packages installed:
 
 * docbook-utils
-* htmldoc
+* pdflatex
 
 This directory now contains a ./configure script and Makefile to 
 support the automated building of man pages (including HTML versions), and 
-the building of the Samba-HOWTO-Collection (HTML,PDF,PS,Text versions).
+the building of the Samba-HOWTO-Collection (HTML,PDF versions).
+
+In order to be able to build some other (more rarely used) formats, you need:
+
+- PostScript:
+  * LaTeX
+  * dvips
+- Text
+  * xmlto
+
+Another good tool is 'xmllint' that can be used to check the syntax of 
+XML files.