Browse Source

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

Jeremy C. Reed 15 years ago
parent
commit
555080e1a4
3 changed files with 12 additions and 2 deletions
  1. 3 0
      INSTALL
  2. 6 0
      Makefile.am
  3. 3 2
      README

+ 3 - 0
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.

+ 6 - 0
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

+ 3 - 2
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