diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-27 19:11:08 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-27 19:11:08 -0200 |
commit | 090025a0099118509ebad01d80f149cb602e2a63 (patch) | |
tree | a53a23b2f5bdb3b80f8b08d6ad908f2868fd2c9f /Makefile.am | |
parent | f4ff2860fa99bbbbb217353a53b5815eb7c19de4 (diff) |
Janitor: Correct make distcheck and configure.ac simplification
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c6487fe..2223941 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ fontdir = @FONTDIR@ font_DATA = $(PCF_FILES) CLEANFILES = $(font_DATA) -EXTRA_DIST = $(BDF_FILES) autogen.sh +EXTRA_DIST = $(BDF_FILES) install-data-hook: @rm -f $(DESTDIR)$(fontdir)/fonts.scale @@ -53,6 +53,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 |