summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-09-17 16:52:53 +0200
committerDaniel Elstner <danielk@openismus.com>2009-09-17 16:52:53 +0200
commit34a40d4fbf0a83173dc83d4cb2685dcaa4ba1c8d (patch)
tree310cf26f79f7c28930ffd87b840b3ae356e65828
parentf2b7669ab6db7afa4db7c100136c54a99c83a070 (diff)
downloadmm-common-34a40d4fbf0a83173dc83d4cb2685dcaa4ba1c8d.tar.gz
Do not use dist-changelog by default in skeleton
* skeletonmm/Makefile.am: Comment-out the include of dist-changelog.am so that it will have to be enabled explicitly.
-rw-r--r--skeletonmm/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletonmm/Makefile.am b/skeletonmm/Makefile.am
index 5fe4872..85ac2db 100644
--- a/skeletonmm/Makefile.am
+++ b/skeletonmm/Makefile.am
@@ -41,4 +41,5 @@ pkgconfig_DATA = skeleton/$(SKELETONMM_MODULE_NAME).pc
dist_noinst_SCRIPTS = autogen.sh
-include $(top_srcdir)/build/dist-changelog.am
+# Optional: auto-generate the ChangeLog file from the git log on make dist
+#include $(top_srcdir)/build/dist-changelog.am