From 5114639dff73c22845451acffed94f1da284a7df Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Mon, 19 Jun 2006 09:32:11 -0700 Subject: Generate the ChangeLog from git history for dist. --- .gitignore | 1 + Makefile.am | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1