Bläddra i källkod

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 17 år sedan
förälder
incheckning
10d856c97f
1 ändrade filer med 1 tillägg och 6 borttagningar
  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