BIND 10 master, updated. 70b15138139170a7d94323ad80628ed1865e5176 [master] use MAINTAINERCLEANFILES for man pages
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 31 19:51:24 UTC 2012
The branch, master has been updated
via 70b15138139170a7d94323ad80628ed1865e5176 (commit)
from a7ec11d025a5d25452868862458a5a39da97b77f (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 70b15138139170a7d94323ad80628ed1865e5176
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Fri Aug 31 14:50:09 2012 -0500
[master] use MAINTAINERCLEANFILES for man pages
Use "make maintainer-clean" instead of "make distclean" to remove the manpages.
This fixes problem where enduser using tarball does a "make clean"
and loses the maintainer-tarball-provided manpages.
-----------------------------------------------------------------------
Summary of changes:
doc/guide/Makefile.am | 2 +-
src/bin/auth/Makefile.am | 2 +-
src/bin/bind10/Makefile.am | 2 +-
src/bin/bindctl/Makefile.am | 2 +-
src/bin/cfgmgr/Makefile.am | 2 +-
src/bin/cmdctl/Makefile.am | 2 +-
src/bin/dbutil/Makefile.am | 2 +-
src/bin/ddns/Makefile.am | 2 +-
src/bin/dhcp4/Makefile.am | 2 +-
src/bin/dhcp6/Makefile.am | 2 +-
src/bin/host/Makefile.am | 2 +-
src/bin/loadzone/Makefile.am | 2 +-
src/bin/msgq/Makefile.am | 2 +-
src/bin/resolver/Makefile.am | 2 +-
src/bin/sockcreator/Makefile.am | 2 +-
src/bin/stats/Makefile.am | 2 +-
src/bin/sysinfo/Makefile.am | 2 +-
src/bin/usermgr/Makefile.am | 2 +-
src/bin/xfrin/Makefile.am | 2 +-
src/bin/xfrout/Makefile.am | 2 +-
src/bin/zonemgr/Makefile.am | 2 +-
21 files changed, 21 insertions(+), 21 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/Makefile.am b/doc/guide/Makefile.am
index 36b12bc..e234b83 100644
--- a/doc/guide/Makefile.am
+++ b/doc/guide/Makefile.am
@@ -6,7 +6,7 @@ dist_doc_DATA = $(DOCS)
dist_html_DATA = $(HTMLDOCS) bind10-guide.css
EXTRA_DIST = bind10-guide.xml
-CLEANFILES = $(HTMLDOCS) $(DOCS) bind10-messages.xml
+MAINTAINERCLEANFILES = $(HTMLDOCS) $(DOCS) bind10-messages.xml
# This is not a "man" manual, but reuse this for now for docbook.
if GENERATE_DOCS
diff --git a/src/bin/auth/Makefile.am b/src/bin/auth/Makefile.am
index 34b3661..f95fb08 100644
--- a/src/bin/auth/Makefile.am
+++ b/src/bin/auth/Makefile.am
@@ -20,7 +20,7 @@ CLEANFILES = *.gcno *.gcda auth.spec spec_config.h
CLEANFILES += auth_messages.h auth_messages.cc
man_MANS = b10-auth.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-auth.xml
if GENERATE_DOCS
diff --git a/src/bin/bind10/Makefile.am b/src/bin/bind10/Makefile.am
index 10f9918..5b3828e 100644
--- a/src/bin/bind10/Makefile.am
+++ b/src/bin/bind10/Makefile.am
@@ -17,7 +17,7 @@ bind10_DATA = bob.spec
EXTRA_DIST = bob.spec
man_MANS = bind10.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST += $(man_MANS) bind10.xml bind10_messages.mes
if GENERATE_DOCS
diff --git a/src/bin/bindctl/Makefile.am b/src/bin/bindctl/Makefile.am
index a4c6ddd..d4c1e96 100644
--- a/src/bin/bindctl/Makefile.am
+++ b/src/bin/bindctl/Makefile.am
@@ -14,7 +14,7 @@ pythondir = $(pyexecdir)/bindctl
bindctldir = $(pkgdatadir)
CLEANFILES = bindctl bindctl_main.pyc
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
if GENERATE_DOCS
diff --git a/src/bin/cfgmgr/Makefile.am b/src/bin/cfgmgr/Makefile.am
index dae688b..89706a1 100644
--- a/src/bin/cfgmgr/Makefile.am
+++ b/src/bin/cfgmgr/Makefile.am
@@ -10,7 +10,7 @@ b10_cfgmgrdir = @localstatedir@/@PACKAGE@
#B10_cfgmgr_DATA =
man_MANS = b10-cfgmgr.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-cfgmgr.xml
if GENERATE_DOCS
diff --git a/src/bin/cmdctl/Makefile.am b/src/bin/cmdctl/Makefile.am
index 7b2c21e..048e09e 100644
--- a/src/bin/cmdctl/Makefile.am
+++ b/src/bin/cmdctl/Makefile.am
@@ -26,7 +26,7 @@ CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/cmdctl_messages.py
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/cmdctl_messages.pyc
man_MANS = b10-cmdctl.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST += $(man_MANS) b10-cmdctl.xml cmdctl_messages.mes
if GENERATE_DOCS
diff --git a/src/bin/dbutil/Makefile.am b/src/bin/dbutil/Makefile.am
index 701ee79..62628e2 100644
--- a/src/bin/dbutil/Makefile.am
+++ b/src/bin/dbutil/Makefile.am
@@ -14,7 +14,7 @@ CLEANFILES = b10-dbutil b10-dbutil.pyc
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.py
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.pyc
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.pyo
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
if GENERATE_DOCS
diff --git a/src/bin/ddns/Makefile.am b/src/bin/ddns/Makefile.am
index c9570bd..05ebe92 100644
--- a/src/bin/ddns/Makefile.am
+++ b/src/bin/ddns/Makefile.am
@@ -17,7 +17,7 @@ CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/ddns_messages.pyc
EXTRA_DIST = ddns_messages.mes ddns.spec
man_MANS = b10-ddns.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST += $(man_MANS) b10-ddns.xml
if GENERATE_DOCS
diff --git a/src/bin/dhcp4/Makefile.am b/src/bin/dhcp4/Makefile.am
index 769a50e..5fc9913 100644
--- a/src/bin/dhcp4/Makefile.am
+++ b/src/bin/dhcp4/Makefile.am
@@ -15,7 +15,7 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
CLEANFILES = spec_config.h
man_MANS = b10-dhcp4.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-dhcp4.xml dhcp4.spec
if GENERATE_DOCS
diff --git a/src/bin/dhcp6/Makefile.am b/src/bin/dhcp6/Makefile.am
index 94ec906..23373cc 100644
--- a/src/bin/dhcp6/Makefile.am
+++ b/src/bin/dhcp6/Makefile.am
@@ -16,7 +16,7 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
CLEANFILES = spec_config.h
man_MANS = b10-dhcp6.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-dhcp6.xml dhcp6.spec
if GENERATE_DOCS
diff --git a/src/bin/host/Makefile.am b/src/bin/host/Makefile.am
index c5e6959..28d42f4 100644
--- a/src/bin/host/Makefile.am
+++ b/src/bin/host/Makefile.am
@@ -17,7 +17,7 @@ b10_host_LDADD += $(top_builddir)/src/lib/util/libb10-util.la
b10_host_LDADD += $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
man_MANS = b10-host.1
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-host.xml
.PHONY: man
diff --git a/src/bin/loadzone/Makefile.am b/src/bin/loadzone/Makefile.am
index fc1f8a8..6288770 100644
--- a/src/bin/loadzone/Makefile.am
+++ b/src/bin/loadzone/Makefile.am
@@ -5,7 +5,7 @@ noinst_SCRIPTS = run_loadzone.sh
CLEANFILES = b10-loadzone
man_MANS = b10-loadzone.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-loadzone.xml
if GENERATE_DOCS
diff --git a/src/bin/msgq/Makefile.am b/src/bin/msgq/Makefile.am
index ef297e1..68e2297 100644
--- a/src/bin/msgq/Makefile.am
+++ b/src/bin/msgq/Makefile.am
@@ -7,7 +7,7 @@ pkglibexec_SCRIPTS = b10-msgq
CLEANFILES = b10-msgq msgq.pyc
man_MANS = b10-msgq.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) msgq.xml
if GENERATE_DOCS
diff --git a/src/bin/resolver/Makefile.am b/src/bin/resolver/Makefile.am
index 3893335..ed1e745 100644
--- a/src/bin/resolver/Makefile.am
+++ b/src/bin/resolver/Makefile.am
@@ -23,7 +23,7 @@ CLEANFILES += resolver.spec spec_config.h
CLEANFILES += resolver_messages.cc resolver_messages.h
man_MANS = b10-resolver.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-resolver.xml resolver_messages.mes
if GENERATE_DOCS
diff --git a/src/bin/sockcreator/Makefile.am b/src/bin/sockcreator/Makefile.am
index 9347d45..99ca3f4 100644
--- a/src/bin/sockcreator/Makefile.am
+++ b/src/bin/sockcreator/Makefile.am
@@ -13,7 +13,7 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
CLEANFILES = *.gcno *.gcda
man_MANS = b10-sockcreator.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-sockcreator.xml
if GENERATE_DOCS
diff --git a/src/bin/stats/Makefile.am b/src/bin/stats/Makefile.am
index c4acfc8..bc91a31 100644
--- a/src/bin/stats/Makefile.am
+++ b/src/bin/stats/Makefile.am
@@ -20,7 +20,7 @@ CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/stats_httpd_messages.py
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/stats_httpd_messages.pyc
man_MANS = b10-stats.8 b10-stats-httpd.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-stats.xml b10-stats-httpd.xml
EXTRA_DIST += stats.spec stats-httpd.spec
EXTRA_DIST += stats-httpd-xml.tpl stats-httpd-xsd.tpl stats-httpd-xsl.tpl
diff --git a/src/bin/sysinfo/Makefile.am b/src/bin/sysinfo/Makefile.am
index c9b5d8e..c828637 100644
--- a/src/bin/sysinfo/Makefile.am
+++ b/src/bin/sysinfo/Makefile.am
@@ -12,7 +12,7 @@ MAN1_FILES = \
man_MANS = \
$(MAN1_FILES:.xml=.1)
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
if GENERATE_DOCS
diff --git a/src/bin/usermgr/Makefile.am b/src/bin/usermgr/Makefile.am
index 9d7a7c5..f34fade 100644
--- a/src/bin/usermgr/Makefile.am
+++ b/src/bin/usermgr/Makefile.am
@@ -5,7 +5,7 @@ b10_cmdctl_usermgrdir = $(pkgdatadir)
CLEANFILES= b10-cmdctl-usermgr
man_MANS = b10-cmdctl-usermgr.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-cmdctl-usermgr.xml
if GENERATE_DOCS
diff --git a/src/bin/xfrin/Makefile.am b/src/bin/xfrin/Makefile.am
index eb2d0b9..97adac7 100644
--- a/src/bin/xfrin/Makefile.am
+++ b/src/bin/xfrin/Makefile.am
@@ -15,7 +15,7 @@ CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/xfrin_messages.py
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/xfrin_messages.pyc
man_MANS = b10-xfrin.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-xfrin.xml
EXTRA_DIST += xfrin.spec xfrin_messages.mes
diff --git a/src/bin/xfrout/Makefile.am b/src/bin/xfrout/Makefile.am
index 9f8009e..85d43f4 100644
--- a/src/bin/xfrout/Makefile.am
+++ b/src/bin/xfrout/Makefile.am
@@ -15,7 +15,7 @@ CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/xfrout_messages.py
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/xfrout_messages.pyc
man_MANS = b10-xfrout.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-xfrout.xml xfrout_messages.mes
if GENERATE_DOCS
diff --git a/src/bin/zonemgr/Makefile.am b/src/bin/zonemgr/Makefile.am
index 9fbdaeb..ef03095 100644
--- a/src/bin/zonemgr/Makefile.am
+++ b/src/bin/zonemgr/Makefile.am
@@ -15,7 +15,7 @@ CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/zonemgr_messages.py
CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/zonemgr_messages.pyc
man_MANS = b10-zonemgr.8
-CLEANFILES += $(man_MANS)
+MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS) b10-zonemgr.xml zonemgr_messages.mes
if GENERATE_DOCS
More information about the bind10-changes
mailing list