summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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