diff options
author | James Cloos <cloos@jhcloos.com> | 2007-12-06 15:51:08 -0500 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2007-12-06 15:51:08 -0500 |
commit | 78779cf48ec892325c4e3a9962f4a96c1c4c4b89 (patch) | |
tree | 4927286cab39d4ae4c96e6e89b1d42ae4961e69d /Makefile.am | |
parent | c06da04f53d4f85ff67c73db3a8f24750297f1d7 (diff) |
Add missing PHONY line for automatic ChangeLog generation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8320d74..080b978 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,8 @@ appman_PRE = \ EXTRA_DIST = xlsfonts.sgml ChangeLog autogen.sh MAINTAINERCLEANFILES=ChangeLog +.PHONY: ChangeLog + ChangeLog: (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) |