Skip to content
Snippets Groups Projects
Commit 8c046523 authored by James Cloos's avatar James Cloos
Browse files

Add missing PHONY line for automatic ChangeLog generation

parent 09722808
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ pkgconfig_DATA = xcomposite.pc
EXTRA_DIST = xcomposite.pc.in autogen.sh 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment