summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy C. Reed <jreed@isc.org>2010-06-02 20:10:25 +0200
committerJeremy C. Reed <jreed@isc.org>2010-06-02 20:10:25 +0200
commit555080e1a4e67bd528a688fadfe13246a19a07fa (patch)
tree485aba74e9707feeb5d18fd71df4bb61befc6926
parentAlso mention it includes b10-xfrin and b10-xfrout. (diff)
downloadkea-555080e1a4e67bd528a688fadfe13246a19a07fa.tar.xz
kea-555080e1a4e67bd528a688fadfe13246a19a07fa.zip
Make sure the guide is included in the tarball.
And point to it. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2068 e5f2f494-b856-4b98-b285-d166d9295462
-rw-r--r--INSTALL3
-rw-r--r--Makefile.am6
-rw-r--r--README5
3 files changed, 12 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d59992ec17..6ab63ea167 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,3 +4,6 @@ To build "configure" file:
To then build from source:
./configure
make
+
+For detailed installation directions, see the guide
+at doc/guide/bind10-guide.html.
diff --git a/Makefile.am b/Makefile.am
index c423aec237..7dd8789402 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -252,3 +252,9 @@ EXTRA_DIST += ext/asio/asio/is_write_buffered.hpp
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
diff --git a/README b/README
index 0cb0396339..5067694fb7 100644
--- a/README
+++ b/README
@@ -36,10 +36,11 @@ Bugs may be reported as tickets via the developers website:
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:
./configure