BIND 10 trac1687, updated. c0421ae8e869666361a4b4b05bd888ce8ba1eee1 [trac1687][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:27:43 UTC 2012


The branch, trac1687 has been updated
       via  c0421ae8e869666361a4b4b05bd888ce8ba1eee1 (commit)
      from  bb8fad9e731441f20b07e2e6038a210c63947351 (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 c0421ae8e869666361a4b4b05bd888ce8ba1eee1
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed Feb 22 08:25:57 2012 -0600

    [trac1687][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