aboutsummaryrefslogtreecommitdiff
path: root/libX11/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libX11/Makefile.am')
-rw-r--r--libX11/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/libX11/Makefile.am b/libX11/Makefile.am
index 944aaa0cb..4fcad1c19 100644
--- a/libX11/Makefile.am
+++ b/libX11/Makefile.am
@@ -11,14 +11,15 @@ if XCB
pkgconfig_DATA += x11-xcb.pc
endif
-EXTRA_DIST=x11.pc.in x11-xcb.pc.in ChangeLog autogen.sh
+EXTRA_DIST=x11.pc.in x11-xcb.pc.in ChangeLog
MAINTAINERCLEANFILES=ChangeLog
+DISTCLEANFILES = doltcompile doltlibtool
.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