From 896aeb5dd128fc8e489106fa7aaa5cee1e589106 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Wed, 28 Jan 2009 18:48:47 -0200 Subject: Janitor: ansification, make distcheck, compiler warnings. --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index aa2fb39..55febc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,14 +3,12 @@ SUBDIRS=src pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = sm.pc -EXTRA_DIST=sm.pc.in - -EXTRA_DIST += ChangeLog +EXTRA_DIST = sm.pc.in 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 -- cgit v1.2.3