[svn] commit: r2068 - in /trunk: INSTALL Makefile.am README
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 2 18:10:26 UTC 2010
Author: jreed
Date: Wed Jun 2 18:10:25 2010
New Revision: 2068
Log:
Make sure the guide is included in the tarball.
And point to it.
Modified:
trunk/INSTALL
trunk/Makefile.am
trunk/README
Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL (original)
+++ trunk/INSTALL Wed Jun 2 18:10:25 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: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Wed Jun 2 18:10:25 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: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Wed Jun 2 18:10:25 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