diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |