summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0e19f5d..2e75eea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,3 +26,9 @@ pkgconfig_DATA = xscrnsaver.pc
EXTRA_DIST = xscrnsaver.pc.in autogen.sh
+.PHONY: ChangeLog
+
+ChangeLog:
+ GIT_DIR=${srcdir}/.git git-log --name-only > ChangeLog
+
+dist-hook: ChangeLog