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)/
This commit is contained in:
Bastien Guerry 2011-01-09 15:04:54 +01:00
parent 67d6806977
commit d7b94e40ee
1 changed files with 0 additions and 1 deletions

View File

@ -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)