From 3e151d447774c4d1cc1cbf854f29a75aaa43d6ce Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Thu, 20 Jan 2011 13:17:30 -0600 Subject: [PATCH] add makefile for doc --- Makefile.am | 8 +------- configure.ac | 1 + doc/Makefile.am | 3 +++ doc/guide/Makefile.am | 4 ++++ 4 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 doc/Makefile.am diff --git a/Makefile.am b/Makefile.am index e49b1f07fd..93a7498fbb 100644 --- a/Makefile.am +++ b/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 diff --git a/configure.ac b/configure.ac index f065fdb51d..f08f04451a 100644 --- a/configure.ac +++ b/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 diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000000..31d0cfaa8e --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = guide + +EXTRA_DIST = version.ent.in diff --git a/doc/guide/Makefile.am b/doc/guide/Makefile.am index 098e2878a7..c790139334 100644 --- a/doc/guide/Makefile.am +++ b/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