BIND 10 master, updated. ba4c6615bbe0060d847f57f1f0f269811559450a [master] mention another dependency

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jun 15 12:14:14 UTC 2012


The branch, master has been updated
       via  ba4c6615bbe0060d847f57f1f0f269811559450a (commit)
       via  9253e25378df231b5153a0b35e7fcb025463dd7d (commit)
      from  dbc27ca22d408ac333583edfce29c7651268f8f3 (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 ba4c6615bbe0060d847f57f1f0f269811559450a
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Fri Jun 15 07:13:50 2012 -0500

    [master] mention another dependency
    
    Specifically mention pyexpat since some python installs do not include it.

commit 9253e25378df231b5153a0b35e7fcb025463dd7d
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Fri Jun 15 07:12:36 2012 -0500

    [master] install some documentation
    
    The --docdir=DIR and --htmldir=DIR may be used.

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

Summary of changes:
 Makefile.am                |    2 ++
 doc/guide/Makefile.am      |    7 ++++---
 doc/guide/bind10-guide.xml |    4 +++-
 3 files changed, 9 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index ccc5524..502404d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,8 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-install-configurations
 # Use same --with-gtest flag if set
 DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_GTEST_CONFIGURE_FLAG)
 
+dist_doc_DATA = AUTHORS COPYING ChangeLog README
+
 clean-cpp-coverage:
 	@if [ $(USE_LCOV) = yes ] ; then \
 		$(LCOV) --directory . --zerocounters; \
diff --git a/doc/guide/Makefile.am b/doc/guide/Makefile.am
index ffe89c9..7d90d37 100644
--- a/doc/guide/Makefile.am
+++ b/doc/guide/Makefile.am
@@ -1,6 +1,7 @@
-EXTRA_DIST = bind10-guide.css
-EXTRA_DIST += bind10-guide.xml bind10-guide.html bind10-guide.txt
-EXTRA_DIST += bind10-messages.xml bind10-messages.html
+dist_doc_DATA = bind10-guide.txt
+dist_html_DATA = bind10-guide.css bind10-guide.html bind10-messages.html
+
+EXTRA_DIST = bind10-guide.xml bind10-messages.xml
 
 # This is not a "man" manual, but reuse this for now for docbook.
 if ENABLE_MAN
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index e5adb0c..e9dbeca 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -131,7 +131,9 @@
         and <command>b10-zonemgr</command> components require the
         libpython3 library and the Python _sqlite3.so module
         (which is included with Python).
-        The Python module needs to be built for the corresponding Python 3.
+        The <command>b10-stats-httpd</command> component uses the
+        Python pyexpat.so module.
+        The Python modules need to be built for the corresponding Python 3.
       </para>
 <!-- TODO: this will change ... -->
 



More information about the bind10-changes mailing list