[svn] commit: r2069 - in /branches/bind10-20100602-release: INSTALL Makefile.am README

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 2 18:11:55 UTC 2010


Author: jreed
Date: Wed Jun  2 18:11:55 2010
New Revision: 2069

Log:
merge from trunk r2068:
  Make sure the guide is included in the tarball.
  And point to it.

Modified:
    branches/bind10-20100602-release/INSTALL
    branches/bind10-20100602-release/Makefile.am
    branches/bind10-20100602-release/README

Modified: branches/bind10-20100602-release/INSTALL
==============================================================================
--- branches/bind10-20100602-release/INSTALL (original)
+++ branches/bind10-20100602-release/INSTALL Wed Jun  2 18:11:55 2010
@@ -4,3 +4,6 @@
 To then build from source:
     ./configure
     make
+
+For detailed installation directions, see the guide
+at doc/guide/bind10-guide.html.

Modified: branches/bind10-20100602-release/Makefile.am
==============================================================================
--- branches/bind10-20100602-release/Makefile.am (original)
+++ branches/bind10-20100602-release/Makefile.am Wed Jun  2 18:11:55 2010
@@ -252,3 +252,9 @@
 EXTRA_DIST += ext/asio/asio/buffered_read_stream_fwd.hpp
 EXTRA_DIST += ext/asio/asio/socket_acceptor_service.hpp
 EXTRA_DIST += ext/asio/asio.hpp
+
+## include the guide in tarball, later will include the other parts there
+## but they cleanup.
+EXTRA_DIST += doc/guide/bind10-guide.css
+EXTRA_DIST += doc/guide/bind10-guide.html
+EXTRA_DIST += doc/guide/bind10-guide.xml

Modified: branches/bind10-20100602-release/README
==============================================================================
--- branches/bind10-20100602-release/README (original)
+++ branches/bind10-20100602-release/README Wed Jun  2 18:11:55 2010
@@ -36,9 +36,10 @@
 
         http://bind10.isc.org/
 
-See the Guide for detailed installation directions.
-
 BUILDING
+
+See the Guide for detailed installation directions at
+doc/guide/bind10-guide.html.
 
 Simple build instructions:
 




More information about the bind10-changes mailing list