Browse Source

Added a "sdist" target, 'cause I'm always calling it instead of going

for setup.py first.
master
Julio Biason 14 years ago
parent
commit
57240f9083
  1. 5
      makefile

5
makefile

@ -12,4 +12,7 @@ check:
find . -name '*.py' -exec pyflakes {} \;
python utils/pep8.py --filename=*.py --repeat .
.PHONY: check pot doc deb
sdist:
python setup.py sdist --formats=gztar,zip
.PHONY: check pot doc deb sdist

Loading…
Cancel
Save