From: Jeremy C. Reed Date: Mon, 21 May 2012 18:18:06 +0000 (-0500) Subject: [trac1687] all makefile wrapped in ENABLE_MAN X-Git-Tag: trac2351_base~97^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=334f4a48f98725bb7775e2b213ef17c99367606e;p=thirdparty%2Fkea.git [trac1687] all makefile wrapped in ENABLE_MAN In this branch this is enabled by default. --- diff --git a/doc/guide/Makefile.am b/doc/guide/Makefile.am index f46f4a95c4..c46ae0da1f 100644 --- a/doc/guide/Makefile.am +++ b/doc/guide/Makefile.am @@ -1,3 +1,6 @@ +# This is not a "man" manual, but reuse this for now for docbook. +if ENABLE_MAN + # generated documentation DOCS = bind10-messages.html bind10-guide.html bind10-guide.txt @@ -8,9 +11,6 @@ doc_DATA = $(DOCS) bind10-guide.css EXTRA_DIST = bind10-guide.xml bind10-messages.xml $(doc_DATA) CLEANFILES = $(DOCS) bind10-messages.xml -# This is not a "man" manual, but reuse this for now for docbook. -if ENABLE_MAN - bind10-guide.html: bind10-guide.xml xsltproc --novalid --xinclude --nonet \ --path $(top_builddir)/doc \