The building of quagga.pdf requires the convert program out of the imagemagick
package. Getting this to run correctly in the scratchbox2 environment is
painful. Conditionally generate documentation during native compilation.
NEWS
README
REPORTING-BUGS
-doc/quagga.pdf
doc/BGP-TypeCode
doc/draft-zebra-00.txt
doc/mpls/
dh_auto_build
# doc/ is a bit crazy
+ifeq ($(GENERATE_PDF), 1)
dh_auto_build -- -C doc quagga.pdf || true # pdfetex fails with exit code 1 but still produces a good looking .pdf
+endif
rm -vf doc/quagga.info
dh_auto_build -- -C doc quagga.info
rm -vf doc/quagga.info.html*