summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-02-02 13:58:34 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-02-02 13:58:34 -0200
commit245b7cffe78203eeb265ac73177ed258471cb227 (patch)
tree6ac48c0a15bd8d42ba435f1a8b830a0880a09c15 /Makefile.am
parent2c0dc990a1ad96b71c95800d83378413eab63dbb (diff)
downloadxorg-lib-libXv-245b7cffe78203eeb265ac73177ed258471cb227.tar.gz
Janitor: make distcheck, compiler warnings, .gitignore.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 53e22c6..ee77ced 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,12 +24,12 @@ SUBDIRS = src man include
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xv.pc
-EXTRA_DIST = xv.pc.in autogen.sh
+EXTRA_DIST = xv.pc.in 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