diff options
author | Jeremy C. Reed <jreed@isc.org> | 2010-06-02 20:10:25 +0200 |
---|---|---|
committer | Jeremy C. Reed <jreed@isc.org> | 2010-06-02 20:10:25 +0200 |
commit | 555080e1a4e67bd528a688fadfe13246a19a07fa (patch) | |
tree | 485aba74e9707feeb5d18fd71df4bb61befc6926 | |
parent | Also mention it includes b10-xfrin and b10-xfrout. (diff) | |
download | kea-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-- | INSTALL | 3 | ||||
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | README | 5 |
3 files changed, 12 insertions, 2 deletions
@@ -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 @@ -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 |