Packaging changes and version bump.
[super-star-trek.git] / Makefile
index 6743a04f9eafde72d4454e0c2ec776cb6527ce2f..147e1f38bd0962a510c34c1b06e16742550382f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,13 @@ sst-$(VERS).tar.gz: $(SOURCES) sst.6
 
 dist: sst-$(VERS).tar.gz
 
+pychecker:
+       @-pychecker --quiet --only --limit 50 sst.py
+
 clean:
        rm -f sst.6 sst.html
-       rm -f *.1 MANIFEST index.html SHIPPER.*
+       rm -f *.6 MANIFEST index.html SHIPPER.*
 
 release: sst-$(VERS).tar.gz sst.html
-       shipper -u -m -t; make clean
+       shipper -u -t; make clean
+       cd www; upload