Add missing PHONY line for automatic ChangeLog generation

This commit is contained in:
James Cloos
2007-12-06 15:51:21 -05:00
parent 1b4ca41a58
commit 90f2dfbc40

View File

@@ -27,6 +27,8 @@ pkgconfig_DATA = fontenc.pc
EXTRA_DIST = fontenc.pc.in autogen.sh ChangeLog
CLEANFILES = 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)