Parcourir la source

Remove the website update from the release code.

This can be done because the website is automatically updated every
hour from the git repo.
Carsten Dominik il y a 17 ans
Parent
commit
10d856c97f
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  1. 1 6
      Makefile

+ 1 - 6
Makefile

@@ -205,12 +205,7 @@ release:
 	rm -rf RELEASEDIR
 	$(MKDIR) RELEASEDIR
 	cp org-$(TAG).zip org-$(TAG).tar.gz RELEASEDIR
-	cp org.pdf orgcard.pdf org.texi org.html RELEASEDIR
-	cp ORGWEBPAGE/tmp/*.html   RELEASEDIR
-#	cp ORGWEBPAGE/tmp/*.el     RELEASEDIR
-	cp ORGWEBPAGE/tmp/*.txt    RELEASEDIR
-	cp ORGWEBPAGE/tmp/*.css    RELEASEDIR
-#	cp ORGWEBPAGE/tmp/*.jpg    RELEASEDIR
+	cp doc/org.pdf doc/orgcard.pdf doc/org.texi doc/org.html RELEASEDIR
 	cp RELEASEDIR/org-$(TAG).zip    RELEASEDIR/org.zip
 	cp RELEASEDIR/org-$(TAG).tar.gz RELEASEDIR/org.tar.gz