[goocanvasmm] Auto-generate the ChangeLog from the git log for 'make dist'.



commit 1d0f72c7a0adcd352c86f49cc1f460b3680c636e
Author: José Alburquerque <jaalburquerque gmail com>
Date:   Tue Jul 2 18:35:52 2013 -0400

    Auto-generate the ChangeLog from the git log for 'make dist'.
    
        * Makefile.am: Include the dist-changelog.am file copied in build/
        from mm-common so that the ChangeLog is automatically generated from
        the git commit messages on 'make dist'.

 Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0626b81..4c94bd4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,5 @@ pkgconfig_DATA = goocanvas/$(GOOCANVASMM_MODULE_NAME).pc
 
 dist_noinst_SCRIPTS = autogen.sh
 
-# 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
+# Optional: auto-generate the ChangeLog file from the git log on make dist
+include $(top_srcdir)/build/dist-changelog.am


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