[goocanvasmm] Do not put a generated ChangeLog in the tarball.



commit 38f5cb6ab6c96289120e3f3cd0a5d6762b8c8ef6
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Sep 17 16:54:23 2009 +0200

    Do not put a generated ChangeLog in the tarball.
    
    * Makefile.am: Remove the include of dist-changelog.am becaise I do not
    want some crappy generated ChangeLog based on random vague commit
    messages that can't be corrected later. I fight entropy. murrayc.

 ChangeLog   |    8 ++++++++
 Makefile.am |    4 +++-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2accd91..d9570a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-17  Murray Cumming  <murrayc murrayc com>
+
+	Do not put a generated ChangeLog in the tarball.
+ 
+	* Makefile.am: Remove the include of dist-changelog.am becaise I do not 
+	want some crappy generated ChangeLog based on random vague commit 
+	messages that can't be corrected later. I fight entropy. murrayc.
+
 0.15.1:
 
 2009-09-14  Murray Cumming  <murrayc murrayc com>
diff --git a/Makefile.am b/Makefile.am
index e7d2097..cd85c40 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,4 +40,6 @@ pkgconfig_DATA = goocanvas/$(GOOCANVASMM_MODULE_NAME).pc
 
 dist_noinst_SCRIPTS = autogen.sh
 
-include $(top_srcdir)/build/dist-changelog.am
+# I do not want some crappy generated ChangeLog based on random vague commit 
+# messages that can't be corrected later. I fight entropy. murrayc.
+#include $(top_srcdir)/build/dist-changelog.am



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]