Fixed bug #828: Docs in PDF. There was already a rule for making
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 19 Jan 2007 21:50:01 +0000 (21:50 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 19 Jan 2007 21:50:01 +0000 (21:50 +0000)
commit3ae2f8a6ecd58f0960920e849fe723139cd8d4db
tree3ec565ae1af325f32efbeca38e5e651c5850a64a
parentd54eed0eba667d8a80d2704e4412a77c08f08ba9
Fixed bug #828: Docs in PDF. There was already a rule for making
pazpar2.pdf using jade + pdfjadetex, but there was some constructs in
the documentation that jade considered invalid. So it did not succeed.
And indeed jade is right in a number of cases, where xsltproc does not
validate. However, jade does NOT currently allow references to refsect1,
refsect2.. sections which makes it impossible to refer to stuff from the
Guide to the Reference material. This is major drawback so dblatex is used
instead. dblatex, like jadetex, makes PDF/tex from Docbook. dblatex allows
these references and dblatex is more actively developed and is available
as a Debian package for sarge. Run 'make pazpar2.pdf' to make the
documentation. There is also a 'jade-check' rule.
doc/Makefile.am
doc/book.xml
doc/pazpar2_conf.xml