Second step of pylint cleanup - all regression tess pass.
[super-star-trek.git] / Makefile
index 61855c93c42fbf97903c9ca2500c0383b916f2d6..dea081f9bd69d60553460874825de085151a69a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Makefile for the SST2K project
 
-VERS=$(shell sed <sst.py -n -e '/version=\(.*\)/s//\1/p')
+VERS=$(shell sed <sst.py -n -e '/version *= *\(.*\)/s//\1/p')
 
 MANDIR=/usr/share/man/man1
 BINDIR=/usr/bin
@@ -29,6 +29,9 @@ sst-$(VERS).tar.gz: $(SOURCES) sst.6
 
 dist: sst-$(VERS).tar.gz
 
+check: #pylint
+       cd test; make --quiet
+
 pychecker:
        @-pychecker --quiet --only --limit 50 sst.py
 
@@ -38,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