summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am9
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..019ffa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,2 @@
+The ChangeLog is auto-generated when releasing. If you are seeing this, use
+'git log' for a detailed list of changes.
diff --git a/Makefile.am b/Makefile.am
index b7c515b..d59bb5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,5 +37,14 @@ MAINTAINERCLEANFILES = \
missing \
mkinstalldirs
+# Build ChangeLog from GIT history
+ChangeLog:
+ $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
+ GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
+ fi
+
+dist: ChangeLog
+
+.PHONY: ChangeLog
-include $(top_srcdir)/git.mk