Parcourir la source

[master] Fixed bare make distcheck

Francis Dupont il y a 9 ans
Parent
commit
c4004f8a6d
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 0 2
      Makefile.am
  2. 3 0
      tools/Makefile.am

+ 0 - 2
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
 

+ 3 - 0
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