configure: Allow choice of backend for PDF generation.
authorIan Abbott <abbotti@mev.co.uk>
Wed, 25 Apr 2012 16:14:16 +0000 (17:14 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 25 Apr 2012 16:14:16 +0000 (17:14 +0100)
commitbe4e3b40076ff762fe8cd58a6d2d9e8da127558c
treef3c7759315f8bdbb20ecf7de5045789eae777500
parent08448172d8b2877774cd28c1b6fa0f3d8e9ff8a5
configure: Allow choice of backend for PDF generation.

Add --with-pdf-backend=[yes|no|dblatex|fop|default] option which
defaults to "yes".  This controls the option passed to 'xmlto' to
generate PDFs.

If set to "yes" (the default) it looks for 'dblatex' and uses it as the
backend for 'xmlto' if found, otherwise 'xmlto' will use the default
backend.

If set to "no" (same as --without-pdf-backend), PDF generation is
disabled.

If set to "dblatex" it looks for 'dblatex' and uses it as the backend
for 'xmlto' if found, otherwise PDF generation is disabled.

If set to "fop" it looks for 'fop' and uses it as the backend
for 'xmlto' if found, otherwise PDF generation is disabled.

If set to "default", 'xmlto' will use the default backend.
configure.ac
doc/Makefile.am