Browse Source

[trac1687] all makefile wrapped in ENABLE_MAN

In this branch this is enabled by default.
Jeremy C. Reed 13 years ago
parent
commit
334f4a48f9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/guide/Makefile.am

+ 3 - 3
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
 # generated documentation
 DOCS = bind10-messages.html bind10-guide.html bind10-guide.txt
 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)
 EXTRA_DIST = bind10-guide.xml bind10-messages.xml $(doc_DATA)
 CLEANFILES = $(DOCS) bind10-messages.xml
 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
 bind10-guide.html: bind10-guide.xml
 	xsltproc --novalid --xinclude --nonet \
 	xsltproc --novalid --xinclude --nonet \
 		--path $(top_builddir)/doc \
 		--path $(top_builddir)/doc \