diff options
Diffstat (limited to 'X11/Makefile.am')
-rw-r--r-- | X11/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/X11/Makefile.am b/X11/Makefile.am index 533d281fb..96c6b2604 100644 --- a/X11/Makefile.am +++ b/X11/Makefile.am @@ -32,14 +32,14 @@ nodist_xproto_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xproto.pc -EXTRA_DIST = autogen.sh xproto.pc.in ChangeLog +EXTRA_DIST = xproto.pc.in 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) + $(CHANGELOG_CMD) dist-hook: ChangeLog |