summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3142b18d..678b7120 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@ pkgconfig_DATA = \
$(qt_pc_file) \
$(qt4_pc_file)
-MAINTAINERCLEANFILES =
-DISTCLEANFILES =
-include ChangeLog.mk \ No newline at end of file
+dist-hook: ChangeLog
+
+ChangeLog : .git/HEAD
+ git log --stat > ChangeLog