Browse Source

add makefile for doc

Jeremy C. Reed 14 years ago
parent
commit
3e151d4477
4 changed files with 9 additions and 7 deletions
  1. 1 7
      Makefile.am
  2. 1 0
      configure.ac
  3. 3 0
      doc/Makefile.am
  4. 4 0
      doc/guide/Makefile.am

+ 1 - 7
Makefile.am

@@ -1,4 +1,4 @@
-SUBDIRS = src
+SUBDIRS = doc src
 USE_LCOV=@USE_LCOV@
 LCOV=@LCOV@
 GENHTML=@GENHTML@
@@ -282,9 +282,3 @@ 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

+ 1 - 0
configure.ac

@@ -574,6 +574,7 @@ AC_ARG_ENABLE(install-configurations,
 AM_CONDITIONAL(INSTALL_CONFIGURATIONS, test x$install_configurations = xyes || test x$install_configurations = xtrue)
 
 AC_CONFIG_FILES([Makefile
+                 doc/Makefile
                  doc/guide/Makefile
                  src/Makefile
                  src/bin/Makefile

+ 3 - 0
doc/Makefile.am

@@ -0,0 +1,3 @@
+SUBDIRS = guide
+
+EXTRA_DIST = version.ent.in

+ 4 - 0
doc/guide/Makefile.am

@@ -1,3 +1,7 @@
+EXTRA_DIST = bind10-guide.css
+EXTRA_DIST += bind10-guide.html
+EXTRA_DIST += bind10-guide.xml
+
 # This is not a "man" manual, but reuse this for now for docbook.
 if ENABLE_MAN