Next update of VFS modules development guide
[import/samba-docs-svnimport.git] / README
diff --git a/README b/README
index 0f6c0e78db224e363226ffb2bb4239bdd6d33ec5..64095ebf390b1fc5e9f6ef9a419d19161adf954d 100644 (file)
--- a/README
+++ b/README
@@ -6,14 +6,13 @@
 !== Updates:   Jelmer Vernooij, jelmer@samba.org,              Aug, 2002
 !== Updates:   Jelmer Vernooij, jelmer@samba.org,              Jun, 2003
 !== Updates:   Jelmer Vernooij, jelmer@samba.org,              May, 2004
+!== Updates:    Jelmer Vernooij, jelmer@samba.org,              May, 2005
 
 Quick start
 -----------
 
 Run:
 
-autoreconf
-./configure
 make all
 
 What are DocBook documents doing in the Samba Distribution ?
@@ -53,10 +52,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)
+ * inkscape
 
 For generating PDF (thru LaTeX):
  * db2latex (from http://db2latex.sf.net/). Make sure to get CVS version
@@ -65,13 +66,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 
@@ -96,6 +111,9 @@ For the Pearson DTD, add something like:
 
   <public publicId="-//Pearson//DTD Books//DE" uri="file:///home/jelmer/Xml_dtd_1.1/pearson.dtd"/>
 
+For the Samba DTD's, add something like:
+  <rewriteURI uriStartString="http://www.samba.org/samba/DTD" rewritePrefix="file:///home/jelmer/samba-web/DTD"/>
+
 (of course, adapt /export/user/me/source/ to whatever path db2latex is 
  installed in...)