diff options
-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 |