From: Jeremy C. Reed Date: Fri, 15 Jun 2012 12:12:36 +0000 (-0500) Subject: [master] install some documentation X-Git-Tag: trac2351_base~97^2~9^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9253e25378df231b5153a0b35e7fcb025463dd7d;p=thirdparty%2Fkea.git [master] install some documentation The --docdir=DIR and --htmldir=DIR may be used. --- diff --git a/Makefile.am b/Makefile.am index ccc552404e..502404dfd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,8 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-install-configurations # Use same --with-gtest flag if set DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_GTEST_CONFIGURE_FLAG) +dist_doc_DATA = AUTHORS COPYING ChangeLog README + clean-cpp-coverage: @if [ $(USE_LCOV) = yes ] ; then \ $(LCOV) --directory . --zerocounters; \ diff --git a/doc/guide/Makefile.am b/doc/guide/Makefile.am index ffe89c9437..7d90d37b6b 100644 --- a/doc/guide/Makefile.am +++ b/doc/guide/Makefile.am @@ -1,6 +1,7 @@ -EXTRA_DIST = bind10-guide.css -EXTRA_DIST += bind10-guide.xml bind10-guide.html bind10-guide.txt -EXTRA_DIST += bind10-messages.xml bind10-messages.html +dist_doc_DATA = bind10-guide.txt +dist_html_DATA = bind10-guide.css bind10-guide.html bind10-messages.html + +EXTRA_DIST = bind10-guide.xml bind10-messages.xml # This is not a "man" manual, but reuse this for now for docbook. if ENABLE_MAN