From 154d6784a0927d9e0e8f81fe0d1179a16690689e Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 2 May 2013 12:29:00 +0200 Subject: Fixes for make dist and make distcheck --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bd98efe..460dce3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,12 +17,9 @@ endif EXTRA_DIST = \ HACKING \ - MAINTAINERS \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ - omf.make \ - xmldocs.make \ mate-doc-utils.make clean-local : @@ -51,7 +48,7 @@ distclean-local: ChangeLog: @echo Creating $@ @if test -d "$(srcdir)/.git"; then \ - (GIT_DIR=$(top_srcdir)/.git ./missing --run git log mate-2-26.. --stat -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \ + (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \ && mv -f $@.tmp $@ \ || ($(RM) $@.tmp; \ echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ -- cgit v1.2.1