To build, check out the instructions in BUILDING.
Documentation is automatically generated from the source tree (cd docs
then
run one or more of the following):
- HTML, single-page:
make out/html/singlepage.html
(requiresxsltproc
) - HTML, indexed:
make out/html/index.html
(requiresxsltproc
) - Markdown:
make out/md/manual.md
(requirespandoc
,xmllint
) - PDF:
make out/pdf/manual.pdf
(requiresfop
,xmllint
,xsltproc
)
Enjoy.