summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am8
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ac25da3..4ff1108 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ libtool
ltmain.sh
missing
stamp-h1
+ChangeLog
diff --git a/Makefile.am b/Makefile.am
index ce96d2f..3a02f4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,4 +21,10 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
-EXTRA_DIST = README.NV1
+EXTRA_DIST = README.NV1 ChangeLog
+
+# Always regenerate the changelog
+CLEANFILES = ChangeLog
+ChangeLog: FORCE
+ git-log > ChangeLog
+FORCE: