summaryrefslogtreecommitdiff
path: root/doc/README
blob: 5c0c26885afb53d5e0e36a861eabae8238f86620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Building the documentation:

You will need the following packages:
 * xsltproc
 * docbook
 * docbook-xml
 * docbook-xsl
 * docbook-xsl-doc-html
 * fop

These are the debian/ubuntu package names; on other systems there are probably similar.


General Build:
> make

Check the validity of the source
> make check

Build just the html:
> make html

Build just the pdf:
> make pdf