Skip to content

Commit

Permalink
do not build automatic RST file
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Mar 2, 2013
1 parent 0a43e79 commit 9e08f08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Expand Up @@ -16,7 +16,6 @@ clean:
rm -f MANIFEST
rm -Rf build
rm -Rf dist
rm -f *.rst
rm -Rf rdlmpy.egg-info
rm -Rf rdlmpy/__pycache__
rm -Rf tests/__pycache__
Expand All @@ -27,10 +26,7 @@ sdist: clean
test:
cd tests && nosetests

rst:
cat README.md |pandoc --from=markdown --to=rst >README.rst

upload: rst
upload:
python setup.py sdist register upload

coverage:
Expand Down

0 comments on commit 9e08f08

Please sign in to comment.