changeset 444:eb2d58be1a17

Remove more unused stuff
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 17 Sep 2011 20:05:37 +0200
parents 819dedcabf1b
children f0ccbee0bb2a
files Makefile android.txt data/README.txt
diffstat 3 files changed, 0 insertions(+), 76 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Sep 17 20:04:28 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,70 +0,0 @@
-#fake Makefile for mamba, to support the common
-# ./configure;make;make install
-
-PYTHON = python
-
-#build: Setup setup.py
-build: setup.py
-	$(PYTHON) setup.py build
-
-#install: Setup setup.py
-install: setup.py
-	$(PYTHON) setup.py install
-
-#Setup:
-#	$(PYTHON) configure.py
-
-test check tests:
-	$(PYTHON) run_tests.py
-
-testall:
-	python2.5 setup.py test
-	python2.6 setup.py test
-	python3.1 setup.py test
-	make checkdocs
-
-#docs:	install
-#	cd docs/utils
-#	$(PYTHON) makedocs.py
-
-clean:
-	rm -rf build dist MANIFEST .coverage
-	rm -f mamba/*~
-	rm -rf bin develop-eggs eggs parts .installed.cfg mamba.egg-info
-	find . -name *.pyc -exec rm {} \;
-	find . -name *.swp -exec rm {} \;
-	$(PYTHON) setup.py clean
-
-# push changes
-push:
-	#bzr push lp:mamba
-	svn commit
-
-# commit changes
-commit:
-	#bzr commit
-	svn commit
-
-#upload to pypi
-upload:
-	make clean
-	#if you have your gpg key set up... sign your release.
-	#$(PYTHON) setup.py sdist upload --sign --identity="Your Name <youremail@example.com>" 
-	$(PYTHON) setup.py sdist upload
-
-sdist:
-	make clean
-	make testall
-	$(PYTHON) setup.py sdist
-
-checkdocs:
-	$(PYTHON) setup.py checkdocs -setuptools
-
-showdocs:
-	$(PYTHON) setup.py showdocs -setuptools
-
-coverage:
-	coverage run run_tests.py
-	coverage report -m
-
-
--- a/android.txt	Sat Sep 17 20:04:28 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-title=mamba
-author=yourgameauthor
-api=1
-orientation=landscape
--- a/data/README.txt	Sat Sep 17 20:04:28 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Place your game's data files in here (images, fonts, map files, sounds,
-etc).