diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-16 13:01:59 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:22 -0500 |
commit | 8c41033595f57136f47dc6b268b92e83077414d4 (patch) | |
tree | 186277767f5849fb02194157e017e1cb83c12bc2 /docs/README | |
parent | b03c4786281c830ce92f248eef96053269dd029e (diff) | |
download | samba-8c41033595f57136f47dc6b268b92e83077414d4.tar.gz samba-8c41033595f57136f47dc6b268b92e83077414d4.tar.bz2 samba-8c41033595f57136f47dc6b268b92e83077414d4.zip |
Update list of (possible) dependencies
Allow multiple possible programs (will be used to support multiple xslt processors later on)
(This used to be commit 6f80dcdf3a7752283265cebc87073121120bb6da)
Diffstat (limited to 'docs/README')
-rw-r--r-- | docs/README | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/README b/docs/README index 0f6c0e78db..9f3e14845b 100644 --- a/docs/README +++ b/docs/README @@ -12,8 +12,6 @@ Quick start Run: -autoreconf -./configure make all What are DocBook documents doing in the Samba Distribution ? @@ -53,10 +51,12 @@ The Tools To generate the docs, you need to have the following packages installed: - * autoconf + * GNU Make + * GNU autoconf * docbook-utils * xsltproc * pngtopnm and pnmtops (from the netpbm utilities) + * dia For generating PDF (thru LaTeX): * db2latex (from http://db2latex.sf.net/). Make sure to get CVS version @@ -65,13 +65,27 @@ For generating PDF (thru LaTeX): * pdflatex * thumbpdf +For generating PDF (thru FO): + * fop (http://xml.apache.org/fop/) + For generating PostScript (thru LaTeX): + * db2latex * latex * dvips For generating ASCII: * html2text +For generating Palm-viewable docs: + * plucker-build + +For generating texi files: + * docbook2x-texi + * makeinfo + +For validating: + * xmllint + 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 and the |