From: Russ Combs Date: Tue, 9 Dec 2014 12:15:13 +0000 (-0500) Subject: pdf depends on html to avoid xmllint timing issue X-Git-Tag: 3.0.0-233~1091^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb35e32929646c67ba56ff1a903c85880fa1d9b;p=thirdparty%2Fsnort3.git pdf depends on html to avoid xmllint timing issue --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 18a6c131b..7dddce738 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -167,7 +167,7 @@ snort_manual.html: default_snort_manual.html endif if MAKE_PDF_DOC -snort_manual.pdf: snort_manual.txt $(all_sources) +snort_manual.pdf: snort_manual.txt $(all_sources) snort_manual.html a2x -f pdf $(pdf_args) $< else snort_manual.pdf: default_snort_manual.pdf