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
commit6225ea97ec6c354164a2437e08f1c9d6a21886b8 (patch)
tree9b0755b8290a456d376f00ec652c1a9e87712456 /Makefile.am
parentb2da25346f5fa9ef6f7f3829cf3ee4f1fc607b43 (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 0657c66..352eb07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ FONT_FILES = \
fontdir = @FONTDIR@
font_DATA = $(FONT_FILES)
-EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH autogen.sh
+EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH
install-data-hook:
@rm -f $(DESTDIR)$(fontdir)/fonts.scale
@@ -54,6 +54,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