diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-27 13:46:05 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-27 13:46:05 +0000 |
commit | 4ece95953bc70819ad9b6b57b1e9c6521d1781bd (patch) | |
tree | 8c408e5fd422a5facd64724af94504598874d712 /docs/docbook | |
parent | 37a6f03f3550321f96200b1357078b308a45f6cd (diff) | |
download | samba-4ece95953bc70819ad9b6b57b1e9c6521d1781bd.tar.gz samba-4ece95953bc70819ad9b6b57b1e9c6521d1781bd.tar.bz2 samba-4ece95953bc70819ad9b6b57b1e9c6521d1781bd.zip |
Add notes about xmllint and PostScript or textoutput
(This used to be commit 00d00e2e1c841e588932539be6ada875a75dbf1a)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/docbook.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/docbook/docbook.txt b/docs/docbook/docbook.txt index 84848fd88f..1d2f5ffbdf 100644 --- a/docs/docbook/docbook.txt +++ b/docs/docbook/docbook.txt @@ -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. |