--- /dev/null
+sst.pyc
+doc/sst.6
+doc/sst.doc
+doc/sst-doc.txt
+www/sst-doc.html
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
SST2K project news.
+2.1 @ 2012-02-16
+ Packaging fixes, pychecker cleanup, cope with Freshmeat name changes.
+
2.0 @ 2010-11-30
Game code moved to Python. Many bug fixes.
Package: sst
XBS-Freshmeat-Name: strek
-Destinations: ~,berlios,freshmeat
+Destinations: ~,berlios,freecode
Description: Super Star Trek, a timeless classic of computer games
Save the Federation from the invading Klingons! Visit exotic planets and
-# From this directory, distribute rge following files:
+# From this directory, distribute the following files:
# HACKING makehelp.py sst-doc.xml sst-layer.xsl sst.xml
sst.6: sst.xml
"""
import os, sys, math, curses, time, readline, cPickle, random, copy, gettext, getpass
-version="2.0"
+version="2.1"
docpath = (".", "../doc", "/usr/share/doc/sst")
if logfp:
logfp.close()
print ""
+
+# End.