]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac1687] all makefile wrapped in ENABLE_MAN
authorJeremy C. Reed <jreed@ISC.org>
Mon, 21 May 2012 18:18:06 +0000 (13:18 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Mon, 21 May 2012 18:18:06 +0000 (13:18 -0500)
In this branch this is enabled by default.

doc/guide/Makefile.am

index f46f4a95c431b88da51834e173dccd231adedd3b..c46ae0da1ffbf67b9b6e6103674462aeb0101dc9 100644 (file)
@@ -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 \