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



commit 713539f326beb9dde435347a6e5fa5e0caa059d0
Author: José Alburquerque <jaalburquerque gmail com>
Date:   Tue Jul 2 18:36:10 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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1a186e1..7a321a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,4 +42,4 @@ pkgconfig_DATA = libnotify/$(LIBNOTIFYMM_MODULE_NAME).pc
 dist_noinst_SCRIPTS = autogen.sh
 
 # Optional: auto-generate the ChangeLog file from the git log on make dist
-#include $(top_srcdir)/build/dist-changelog.am
+include $(top_srcdir)/build/dist-changelog.am


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