]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1687] rename configure's --enable-man to --enable-generate-docs
authorJeremy C. Reed <jreed@ISC.org>
Fri, 3 Aug 2012 01:55:20 +0000 (20:55 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Fri, 3 Aug 2012 01:55:20 +0000 (20:55 -0500)
22 files changed:
configure.ac
doc/guide/Makefile.am
src/bin/auth/Makefile.am
src/bin/bind10/Makefile.am
src/bin/bindctl/Makefile.am
src/bin/cfgmgr/Makefile.am
src/bin/cmdctl/Makefile.am
src/bin/dbutil/Makefile.am
src/bin/ddns/Makefile.am
src/bin/dhcp4/Makefile.am
src/bin/dhcp6/Makefile.am
src/bin/host/Makefile.am
src/bin/loadzone/Makefile.am
src/bin/msgq/Makefile.am
src/bin/resolver/Makefile.am
src/bin/showtech/Makefile.am
src/bin/sockcreator/Makefile.am
src/bin/stats/Makefile.am
src/bin/usermgr/Makefile.am
src/bin/xfrin/Makefile.am
src/bin/xfrout/Makefile.am
src/bin/zonemgr/Makefile.am

index 6b3824f1b3d7243d01446afcc8710bdce5f899ec..ba2958223e410f919f62f45870d9a783e7a58405 100644 (file)
@@ -1016,15 +1016,15 @@ AC_SUBST(PERL)
 AC_PATH_PROGS(AWK, gawk awk)
 AC_SUBST(AWK)
 
-AC_ARG_ENABLE(man, [AC_HELP_STRING([--enable-man],
-  [regenerate man pages using Docbook [default=no]])],
-  enable_man=$enableval, enable_man=no)
+AC_ARG_ENABLE(generate_docs, [AC_HELP_STRING([--enable-generate-docs],
+  [regenerate documentation using Docbook [default=no]])],
+  enable_generate_docs=$enableval, enable_generate_docs=no)
 
 # Check for xsltproc
-if test "x$enable_man" != xno ; then
+if test "x$enable_generate_docs" != xno ; then
   AC_PATH_PROG([XSLTPROC], [xsltproc])
   if test -z "$XSLTPROC"; then
-    AC_MSG_ERROR("xsltproc not found; it is required for --enable-man")
+    AC_MSG_ERROR("xsltproc not found; it is required for --enable-generate-docs")
   else
     AC_MSG_CHECKING([if $XSLTPROC works])
     # run xsltproc to see if works
@@ -1041,7 +1041,7 @@ if test "x$enable_man" != xno ; then
 fi
 
 
-AM_CONDITIONAL(ENABLE_MAN, test x$enable_man != xno)
+AM_CONDITIONAL(GENERATE_DOCS, test x$enable_generate_docs != xno)
 
 AC_ARG_ENABLE(install-configurations,
   [AC_HELP_STRING([--disable-install-configurations],
@@ -1385,7 +1385,7 @@ Developer:
   C++ Code Coverage: $USE_LCOV
   Python Code Coverage: $USE_PYCOVERAGE
   Logger checks: $enable_logger_checks
-  Generate Manuals: $enable_man
+  Generate Documentation: $enable_generate_docs
 
 END
 
index 79d5d33ba80a02e06d987cf48aa1f1852d80480c..36b12bc107ee02ee46f24e1f40b05053b51dc0ac 100644 (file)
@@ -9,7 +9,7 @@ EXTRA_DIST = bind10-guide.xml
 CLEANFILES = $(HTMLDOCS) $(DOCS) bind10-messages.xml
 
 # This is not a "man" manual, but reuse this for now for docbook.
-if ENABLE_MAN
+if GENERATE_DOCS
 
 bind10-guide.html: bind10-guide.xml
        @XSLTPROC@ --novalid --xinclude --nonet \
@@ -40,7 +40,7 @@ bind10-messages.xml:
 else
 
 $(HTMLDOCS) $(DOCS):
-       @echo Doc generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Doc generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Doc generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Doc generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
index eb5b8efe487732973cf737cc4a0a1b5ac3893ac3..5f2b3e66340cd134a20564fce188ed82ed4c8e43 100644 (file)
@@ -23,7 +23,7 @@ man_MANS = b10-auth.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-auth.xml
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-auth.8: b10-auth.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-auth.xml
@@ -31,8 +31,8 @@ b10-auth.8: b10-auth.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 68940c9dabf5903f2ca786e52b49e1f27a8978a2..10f991801643da746853b72549d795f40bd2fe3e 100644 (file)
@@ -20,7 +20,7 @@ man_MANS = bind10.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST += $(man_MANS) bind10.xml bind10_messages.mes
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 bind10.8: bind10.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/bind10.xml 
@@ -31,11 +31,11 @@ bind10.8: bind10.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 #dist-local-check-mans-enabled:
-#      @echo "*** --enable-man must be used in order to make dist"
+#      @echo "*** --enable-generate-docs must be used in order to make dist"
 #      @false
 
 endif
index 1e41345a308af5eee6dce4020893dc0e8f234053..a4c6dddaddcc928cc65b7ff6d37b754695072e2d 100644 (file)
@@ -16,7 +16,7 @@ bindctldir = $(pkgdatadir)
 CLEANFILES = bindctl bindctl_main.pyc
 CLEANFILES += $(man_MANS)
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 bindctl.1: bindctl.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/bindctl.xml
@@ -24,8 +24,8 @@ bindctl.1: bindctl.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 99feed564edc5a58ea2b35d4eb1b0ddc5d763ada..4c511ee97a20a9952c6140d5dc2e76d4ab8a73c7 100644 (file)
@@ -13,7 +13,7 @@ man_MANS = b10-cfgmgr.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-cfgmgr.xml
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-cfgmgr.8: b10-cfgmgr.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-cfgmgr.xml
@@ -21,8 +21,8 @@ b10-cfgmgr.8: b10-cfgmgr.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index e6a8d5eeb53ba1a357db0ee0cd399aad313fd4fd..7b2c21e70ba6830d1c9229da9cc7b44ae5364b1f 100644 (file)
@@ -29,7 +29,7 @@ man_MANS = b10-cmdctl.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST += $(man_MANS) b10-cmdctl.xml cmdctl_messages.mes
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-cmdctl.8: b10-cmdctl.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-cmdctl.xml
@@ -37,8 +37,8 @@ b10-cmdctl.8: b10-cmdctl.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index c15bdecb97a294bafe48115012bbe99911f6aa56..701ee799f31f1a14bc95527d25d6a07ce0cb2292 100644 (file)
@@ -16,7 +16,7 @@ CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.pyc
 CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.pyo
 CLEANFILES += $(man_MANS)
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-dbutil.8: b10-dbutil.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-dbutil.xml
@@ -24,8 +24,8 @@ b10-dbutil.8: b10-dbutil.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 2f99e81af354a9340ce3aacb77e965e9c2655cfa..c9570bd7cf0c7cafce21d25fbe815172f1db8a1a 100644 (file)
@@ -20,7 +20,7 @@ man_MANS = b10-ddns.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST += $(man_MANS) b10-ddns.xml
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-ddns.8: b10-ddns.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-ddns.xml
@@ -28,8 +28,8 @@ b10-ddns.8: b10-ddns.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index ad5f4614454d08c10b7b2eec683bf811bed2b2ae..f5f94c84c70c6f41037621b7d6617a12093e296c 100644 (file)
@@ -18,7 +18,7 @@ man_MANS = b10-dhcp4.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-dhcp4.xml dhcp4.spec
 
-if ENABLE_MAN
+if GENERATE_DOCS
 b10-dhcp4.8: b10-dhcp4.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ \
         http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
@@ -27,8 +27,8 @@ b10-dhcp4.8: b10-dhcp4.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 43e109d621e233856f682460b06253b1099be35c..433218c51d4a03820f3b72bc067ba93a508a050a 100644 (file)
@@ -19,7 +19,7 @@ man_MANS = b10-dhcp6.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-dhcp6.xml dhcp6.spec
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-dhcp6.8: b10-dhcp6.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ \
@@ -29,8 +29,8 @@ b10-dhcp6.8: b10-dhcp6.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index e64ac933eb6101871bb3ced255439807eeee058f..6d1bd04c15817e9470518019761a117fed58e9da 100644 (file)
@@ -21,7 +21,7 @@ CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-host.xml
 
 .PHONY: man
-if ENABLE_MAN
+if GENERATE_DOCS
 
 man: b10-host.1
 
@@ -31,7 +31,7 @@ b10-host.1: b10-host.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
index 175a67a10eabd376d6378207695eea6102b0a492..74bd1df1d6a63237b74772dac0cfd7c3aec730c2 100644 (file)
@@ -8,7 +8,7 @@ man_MANS = b10-loadzone.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-loadzone.xml
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-loadzone.8: b10-loadzone.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-loadzone.xml
@@ -16,8 +16,8 @@ b10-loadzone.8: b10-loadzone.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 25b0dc7b9092dd2139846581753dc0e44978080a..ef297e18c6e73cdfe538dec23176fc64d0a77eaa 100644 (file)
@@ -10,7 +10,7 @@ man_MANS = b10-msgq.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) msgq.xml
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-msgq.8: msgq.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/msgq.xml
@@ -18,8 +18,8 @@ b10-msgq.8: msgq.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 3bb0d3c030b1ff5a90f50f7732a3dc28779977a0..9d654184838a1c2d532300055275ae795195c528 100644 (file)
@@ -26,7 +26,7 @@ man_MANS = b10-resolver.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-resolver.xml resolver_messages.mes
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-resolver.8: b10-resolver.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-resolver.xml
@@ -34,8 +34,8 @@ b10-resolver.8: b10-resolver.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 8ee078e903dd0b324e82276aebd4711fb5d8218d..a9fb6a5f8dd5fe8685e95e5da1cff629e6f294c6 100644 (file)
@@ -14,7 +14,7 @@ man_MANS = \
        $(MAN1_FILES:.xml=.1)
 CLEANFILES += $(man_MANS)
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 .xml.1:
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
@@ -22,8 +22,8 @@ if ENABLE_MAN
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index a57f4aa8142d32bf5384129400865cfb86799488..3b0b15321e939541a1d5bae4701956cb73216a79 100644 (file)
@@ -16,7 +16,7 @@ man_MANS = b10-sockcreator.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-sockcreator.xml
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-sockcreator.8: b10-sockcreator.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-sockcreator.xml
@@ -24,8 +24,8 @@ b10-sockcreator.8: b10-sockcreator.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 88592e6b02e169fae7f1730b1ea13e0b083f2170..c4acfc8762065a1892a97eab0590de6af0050a11 100644 (file)
@@ -26,7 +26,7 @@ EXTRA_DIST += stats.spec stats-httpd.spec
 EXTRA_DIST += stats-httpd-xml.tpl stats-httpd-xsd.tpl stats-httpd-xsl.tpl
 EXTRA_DIST += stats_messages.mes stats_httpd_messages.mes
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-stats.8: b10-stats.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-stats.xml
@@ -37,8 +37,8 @@ b10-stats-httpd.8: b10-stats-httpd.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 68bf3e596e76eb03189eb75da6ee500811b134a5..9d7a7c527ce658b22ccca98e61103cec21cf5c4c 100644 (file)
@@ -8,7 +8,7 @@ man_MANS = b10-cmdctl-usermgr.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-cmdctl-usermgr.xml
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-cmdctl-usermgr.8: b10-cmdctl-usermgr.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-cmdctl-usermgr.xml
@@ -16,8 +16,8 @@ b10-cmdctl-usermgr.8: b10-cmdctl-usermgr.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index b9434db46a024ac9ddcb8626bf48d9ceaf6143eb..eb2d0b9c1d4a63f818a03063337ac4a94e61ebff 100644 (file)
@@ -19,7 +19,7 @@ CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-xfrin.xml
 EXTRA_DIST += xfrin.spec xfrin_messages.mes
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-xfrin.8: b10-xfrin.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-xfrin.xml
@@ -27,8 +27,8 @@ b10-xfrin.8: b10-xfrin.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index c07f0693c6dda5e06e28b088da77f811184d5d3a..9f8009e29cc10713feeb0ce41ccf259d38254582 100644 (file)
@@ -18,7 +18,7 @@ man_MANS = b10-xfrout.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-xfrout.xml xfrout_messages.mes
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-xfrout.8: b10-xfrout.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-xfrout.xml
@@ -26,8 +26,8 @@ b10-xfrout.8: b10-xfrout.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif
 
index 7956326d49e1b42369a0221849e6284efa03beff..9fbdaeb8f22e4c122aaa578041642a9da3a79db1 100644 (file)
@@ -18,7 +18,7 @@ man_MANS = b10-zonemgr.8
 CLEANFILES += $(man_MANS)
 EXTRA_DIST = $(man_MANS) b10-zonemgr.xml zonemgr_messages.mes
 
-if ENABLE_MAN
+if GENERATE_DOCS
 
 b10-zonemgr.8: b10-zonemgr.xml
        @XSLTPROC@ --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-zonemgr.xml
@@ -26,8 +26,8 @@ b10-zonemgr.8: b10-zonemgr.xml
 else
 
 $(man_MANS):
-       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
-       @echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
+       @echo Man generation disabled.  Creating dummy $@.  Configure with --enable-generate-docs to enable it.
+       @echo Man generation disabled.  Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
 
 endif