]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] install some documentation
authorJeremy C. Reed <jreed@ISC.org>
Fri, 15 Jun 2012 12:12:36 +0000 (07:12 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Fri, 15 Jun 2012 12:12:36 +0000 (07:12 -0500)
The --docdir=DIR and --htmldir=DIR may be used.

Makefile.am
doc/guide/Makefile.am

index ccc552404ef7fa57b3873ce4586ad88dd365e249..502404dfd0b5d97bbb6d83c158ff8582a6fb9868 100644 (file)
@@ -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; \
index ffe89c943760abc598d729242161e15f01fd3ba5..7d90d37b6bdc15f0bbc334c7c6382fdbbf6db486 100644 (file)
@@ -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