diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | tools/Makefile.am | 3 |
2 files changed, 3 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 diff --git a/tools/Makefile.am b/tools/Makefile.am index 077187d758..92a7c37d90 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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 |