BIND 10 trac1687, updated. 334f4a48f98725bb7775e2b213ef17c99367606e [trac1687] all makefile wrapped in ENABLE_MAN

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 21 18:18:37 UTC 2012


The branch, trac1687 has been updated
       via  334f4a48f98725bb7775e2b213ef17c99367606e (commit)
      from  4275729c33df509401c2242ebf1f0b35d89766f1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 334f4a48f98725bb7775e2b213ef17c99367606e
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Mon May 21 13:18:06 2012 -0500

    [trac1687] all makefile wrapped in ENABLE_MAN
    
    In this branch this is enabled by default.

-----------------------------------------------------------------------

Summary of changes:
 doc/guide/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/Makefile.am b/doc/guide/Makefile.am
index f46f4a9..c46ae0d 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 \



More information about the bind10-changes mailing list