From 45734ad4fbeee17ffc49bc309ccbf893287d2df6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 8 Aug 2011 00:50:32 +0200 Subject: [PATCH] Makefile: fix make dist using git Changelog --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1b966a8..f1dfe27 100644 --- a/Makefile +++ b/Makefile @@ -171,12 +171,7 @@ install: $(pck_infiles:.in=) \ install-icons dist: clean - @case `sed 15q ChangeLog` in \ - *"$(VERSION)"*) : ;; \ - *) \ - echo "ChangeLog not updated; not releasing" 1>&2;\ - exit 1;; \ - esac + @git log > ChangeLog.git @mkdir /tmp/$(distdir) @cp -a * /tmp/$(distdir)/ @rm -f $(dist_archive);\