[farsight2/master] Auto generate ChangeLog from git

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:21:24 PST 2008


---
 Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2fd8c36..84fe3af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,3 +39,7 @@ else
 check-torture:
 	true
 endif
+
+dist-hook:
+	chmod u+w ${distdir}/ChangeLog
+	if test -d .git; then git log >${distdir}/ChangeLog; fi
-- 
1.5.6.5




More information about the farsight-commits mailing list