summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-02-25 01:12:33 +0200
committerGuillem Jover <guillem@hadrons.org>2009-02-25 01:12:33 +0200
commit65c779a41c3ae1c66b7de2ecbd5904a25009f5ca (patch)
treed190a8ed56bece2ca0655dac8976944fde2f5480
parente9a6a763f3b08dce0a8815ce0e7bbe3843fe08d2 (diff)
Make ChangeLog a .PHONY target
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7044ec9..edff7fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,8 @@ SUBDIRS = src man
EXTRA_DIST = README ChangeLog
MAINTAINERCLEANFILES = ChangeLog
+.PHONY: ChangeLog
+
ChangeLog:
( GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && \
mv .changelog.tmp ChangeLog; \