summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-27 19:11:07 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-27 19:11:07 -0200
commitb0b37116ede2b080957357ac15b928aafe58ca34 (patch)
treef4639a2ad660f3d09a23060f5011d2835d504a43 /Makefile.am
parent3f8e1466a142201b0e68200bc1e0d387eb2cdbd9 (diff)
Janitor: Correct make distcheck and configure.ac simplification
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 d9ba6c7..ce49c5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ FONT_FILES = \
fontdir = @FONTDIR@
font_DATA = $(FONT_FILES)
-EXTRA_DIST = $(FONT_FILES) COPYRIGHT autogen.sh
+EXTRA_DIST = $(FONT_FILES) COPYRIGHT
# Note that the fonts.scale is not generated; rather, it is copied above
install-data-hook:
@@ -49,6 +49,6 @@ 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