diff options
author | Guillem Jover <guillem@hadrons.org> | 2009-02-25 01:12:33 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2009-02-25 01:12:33 +0200 |
commit | 65c779a41c3ae1c66b7de2ecbd5904a25009f5ca (patch) | |
tree | d190a8ed56bece2ca0655dac8976944fde2f5480 | |
parent | e9a6a763f3b08dce0a8815ce0e7bbe3843fe08d2 (diff) |
Make ChangeLog a .PHONY target
-rw-r--r-- | Makefile.am | 2 |
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; \ |