]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed bare make distcheck
authorFrancis Dupont <fdupont@isc.org>
Fri, 16 Oct 2015 12:19:39 +0000 (14:19 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 16 Oct 2015 12:19:39 +0000 (14:19 +0200)
Makefile.am
tools/Makefile.am

index 3f334b9b6ee631aadb199c1138adaa9457ad63bf..897be34b64717545783d4ef59bd1b31c8851c517 100644 (file)
@@ -108,8 +108,6 @@ install-exec-hook:
        mkdir -p $(DESTDIR)${localstatedir}/log/
        mkdir -p $(DESTDIR)${localstatedir}/run/${PACKAGE_NAME}
 
-### include tool to generate documentation from log message specifications
-### in the distributed tarball:
 EXTRA_DIST  = tools/path_replacer.sh
 EXTRA_DIST += tools/mk_cfgrpt.sh
 
index 077187d75846243d96234152473a7f4a91f65d10..92a7c37d903f66ff3df8bb20a68310913656f07a 100644 (file)
@@ -13,4 +13,7 @@ if GENERATE_DOCS
 noinst_PROGRAMS = system_messages
 system_messages_SOURCES = system_messages.cc
 
+# For bare distcheck
+EXTRA_DIST = system_messages
+
 endif