[podsleuth] [build] generate ChangeLog from git log



commit b784d2cbfb7138daebd3d29205b93ba4a719c7d8
Author: Aaron Bockover <abockover novell com>
Date:   Thu Oct 1 15:07:19 2009 -0400

    [build] generate ChangeLog from git log

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d5513c8..d429fab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,9 @@ uninstall-hook:
 		rmdir $(UPDATE_DIR); \
 	fi
 
+dist-hook:
+	git log > $(top_distdir)/ChangeLog
+
 WEBROOT=/home/bansheeweb/download.banshee-project.org/podsleuth
 
 upload-model-table:



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