Minor improvements to release machinery.
[super-star-trek.git] / Makefile
index 5c9c60007923f809bf717c586f7a528e8fb18064..dea081f9bd69d60553460874825de085151a69a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,12 @@ pylint:
 
 clean:
        rm -f sst.6 sst.html
-       rm -f *.6 MANIFEST index.html SHIPPER.*
+       rm -f *.6 MANIFEST index.html
 
 release: sst-$(VERS).tar.gz sst.html
-       shipper -u -t; make clean
+       shipper version=$(VERS) | sh -e -x
+       cd www; upload
+
+refresh: sst.html
+       shipper -N -w version=$(VERS) | sh -e -x
        cd www; upload