ソースを参照

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)/
Bastien Guerry 14 年 前
コミット
d7b94e40ee
1 ファイル変更0 行追加1 行削除
  1. 0 1
      Makefile

+ 0 - 1
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)