summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-01-09 15:04:54 +0100
committerBastien Guerry <bzg@altern.org>2011-01-09 15:04:54 +0100
commitd7b94e40eea2598e7a2dd19c28441042b88f6f17 (patch)
tree6a4d3586f1281398c211d588776e7e15a438896b
parent67d6806977e9f3f92a4b81511fba2f41bf539520 (diff)
downloadorg-mode-d7b94e40eea2598e7a2dd19c28441042b88f6f17.tar.gz
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)/
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3069f94..00742ea 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)