summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-29 20:02:33 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-29 20:02:33 -0200
commit049534f4eb409bea62b590b436bef78e5eef5b8e (patch)
tree0a03b2edf26b82907a0cb4016571be0916ccbdb5 /Makefile.am
parentfc2096538ff7424bfeb171b1a36e860070594627 (diff)
downloadxorg-lib-libXmu-049534f4eb409bea62b590b436bef78e5eef5b8e.tar.gz
Janitor: make distcheck, compiler warnings, .gitignore.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 8eb6410..955bcb9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,16 +6,14 @@ pkgconfig_DATA = xmu.pc xmuu.pc
EXTRA_DIST = \
xmu.pc.in \
xmuu.pc.in \
- autogen.sh \
- include/X11/Xmu/WhitePoint.h
-
-EXTRA_DIST += ChangeLog
+ include/X11/Xmu/WhitePoint.h \
+ ChangeLog
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)
+ $(CHANGELOG_CMD)
dist-hook: ChangeLog