Change Makefile dist target to upload to remind myself how to do it

This commit is contained in:
Paul Makepeace 2011-07-22 11:00:08 +00:00
parent eaa0adda8f
commit b446cfedb7
1 changed files with 3 additions and 3 deletions

View File

@ -27,6 +27,6 @@ clean:
# XXX is there some way of having setup.py clean up its junk? # XXX is there some way of having setup.py clean up its junk?
rm -rf README.html build dist refine_client.egg-info distribute-* rm -rf README.html build dist refine_client.egg-info distribute-*
dist: clean upload: clean
python setup.py sdist python setup.py sdist upload