From d7b94e40eea2598e7a2dd19c28441042b88f6f17 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 9 Jan 2011 15:04:54 +0100 Subject: [PATCH] Don't copy ORGWEBPAGE/Changes.org when creating distfile. I removed this line from the distfile section of the Makefile: cp -r ORGWEBPAGE/Changes.org org-$(TAG)/ --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 3069f9407..00742eaf0 100644 --- a/Makefile +++ b/Makefile @@ -372,7 +372,6 @@ distfile: cp -r $(DOCFILES) $(CARDFILES) org-$(TAG)/doc cp -r $(DISTFILES_extra) org-$(TAG)/ cp -r README_DIST org-$(TAG)/README - cp -r ORGWEBPAGE/Changes.org org-$(TAG)/ zip -r org-$(TAG).zip org-$(TAG) gtar zcvf org-$(TAG).tar.gz org-$(TAG) -- 2.11.4.GIT