# HG changeset patch # User Stefano Rivera # Date 1378029253 -7200 # Node ID d72ba2ea1acd99a575696e3e9f573831eb989e9a # Parent 3bc765d452b874686f5fc7b02ceb387d6a6e74fc Remove some files we don't need diff -r 3bc765d452b8 -r d72ba2ea1acd BUGS.txt --- a/BUGS.txt Sun Sep 01 11:53:30 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ - diff -r 3bc765d452b8 -r d72ba2ea1acd CHANGES.txt --- a/CHANGES.txt Sun Sep 01 11:53:30 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ - -Changes -======= - - - - diff -r 3bc765d452b8 -r d72ba2ea1acd Makefile --- a/Makefile Sun Sep 01 11:53:30 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,70 +0,0 @@ -#fake Makefile for nagslang, 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 nagslang/*~ - rm -rf bin develop-eggs eggs parts .installed.cfg nagslang.egg-info - find . -name *.pyc -exec rm {} \; - find . -name *.swp -exec rm {} \; - $(PYTHON) setup.py clean - -# push changes -push: - #bzr push lp:nagslang - 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 " - $(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 - - diff -r 3bc765d452b8 -r d72ba2ea1acd android.txt --- a/android.txt Sun Sep 01 11:53:30 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -title=nagslang -author=yourgameauthor -api=1 -orientation=landscape