diff options
author | Francis Dupont <fdupont@isc.org> | 2015-10-16 14:19:39 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-10-16 14:19:39 +0200 |
commit | c4004f8a6db3ab7a8f0e8a6a7462e3a098fb56e7 (patch) | |
tree | b950fa78adf2ad6b9feffeee726a1bf85256a4b9 /Makefile.am | |
parent | [master] Fixed Makefile.am (diff) | |
download | kea-c4004f8a6db3ab7a8f0e8a6a7462e3a098fb56e7.tar.xz kea-c4004f8a6db3ab7a8f0e8a6a7462e3a098fb56e7.zip |
[master] Fixed bare make distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3f334b9b6e..897be34b64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |