New tests are working well eniugh that we can flush the old ones.
[super-star-trek.git] / Makefile
index e52aae3da6e0559edf75b9ceb48b7e498c750e42..7aa6faded19598c53ab095c69ba59d014ce12f89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ BINDIR=/usr/bin
 DOCS    = README COPYING NEWS doc/HACKING doc/sst-doc.xml doc/sst-layer.xsl doc/sst.xml
 SOURCES = sst.py Makefile replay doc/makehelp.py control $(DOCS)
 
-all: sst-$(VERS).tar.gz
+all: super-star-trek-$(VERS).tar.gz
 
 install: sst.6
        cp sst.py $(BINDIR)
@@ -31,13 +31,10 @@ dist: sst-$(VERS).tar.gz
 check: #pylint
        cd test; make --quiet
 
-pychecker:
-       @-pychecker --quiet --only --limit 50 sst.py
-
 COMMON_PYLINT = --rcfile=/dev/null --reports=n \
        --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" \
        --dummy-variables-rgx='^_'
-PYLINTOPTS = $(COMMON_PYLINT) --disable=C0103,C0111,C0113,C1001,C0301,C0302,C0321,C0325,C0326,C0410,E1120,R0101,R0902,R0903,R0911,R0912,R0914,R0915,R0916,W0110,W0123,W0141,W0312,W0603,W0611
+PYLINTOPTS = $(COMMON_PYLINT) --disable=C0103,C0111,C0113,C1001,C0301,C0302,C0321,C0325,C0326,C0410,C1801,E1120,R0101,R0902,R0903,R0911,R0912,R0914,R0915,R0916,R1705,R1706,R1710,W0110,W0123,W0141,W0312,W0603,W0611
 pylint:
        @pylint --output-format=parseable $(PYLINTOPTS) sst.py
 
@@ -45,7 +42,7 @@ clean:
        rm -f sst.6 sst.html
        rm -f *.6 MANIFEST index.html
 
-SHIPPER = version=$(VERS) bkimage=lpt.jpg
+SHIPPER = version=$(VERS) bkgimage=lpt.jpg
 
 release: super-star-trek-$(VERS).tar.gz sst.html sst-doc.html
        shipper $(SHIPPER) | sh -e -x