Version 6.4 release
[clsql.git] / doc / README
1 Building the documentation:
2
3 You will need the following packages:
4  * xsltproc
5  * docbook
6  * docbook-xml
7  * docbook-xsl
8  * docbook-xsl-doc-html
9  * fop
10
11 These are the debian/ubuntu package names; on other systems there are probably similar.
12
13
14 General Build:
15 > make
16
17 Check the validity of the source
18 > make check
19
20 Build just the html:
21 > make html
22
23 Build just the pdf:
24 > make pdf