BIND 10 master, updated. c8f1422e69ad8cce8538c4f25a92ff225b4c2bb8 [master] include the docbook xml files for the dhcp man pages in the dist tarball
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 22 14:26:30 UTC 2012
The branch, master has been updated
via c8f1422e69ad8cce8538c4f25a92ff225b4c2bb8 (commit)
from 18eda2228413b1bd5764ad23dd5ab45a2d9c1809 (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 c8f1422e69ad8cce8538c4f25a92ff225b4c2bb8
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Feb 22 08:25:57 2012 -0600
[master] include the docbook xml files for the dhcp man pages in the dist tarball
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/Makefile.am | 2 +-
src/bin/dhcp6/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/Makefile.am b/src/bin/dhcp4/Makefile.am
index 513ae1c..6c52c05 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
-EXTRA_DIST = $(man_MANS) dhcp4.spec
+EXTRA_DIST = $(man_MANS) b10-dhcp4.xml dhcp4.spec
if ENABLE_MAN
diff --git a/src/bin/dhcp6/Makefile.am b/src/bin/dhcp6/Makefile.am
index b1b0798..abfffb9 100644
--- a/src/bin/dhcp6/Makefile.am
+++ b/src/bin/dhcp6/Makefile.am
@@ -17,7 +17,7 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
CLEANFILES = *.gcno *.gcda spec_config.h
man_MANS = b10-dhcp6.8
-EXTRA_DIST = $(man_MANS) dhcp6.spec interfaces.txt
+EXTRA_DIST = $(man_MANS) b10-dhcp6.xml dhcp6.spec interfaces.txt
if ENABLE_MAN
More information about the bind10-changes
mailing list