paramiko/Makefile

16 lines
239 B
Makefile
Raw Normal View History

release: docs
python setup.py sdist register upload
2011-05-23 03:40:37 -04:00
docs:
2011-10-23 03:00:43 -04:00
epydoc --no-private -o docs/ ssh
clean:
rm -rf build dist docs
rm -f MANIFEST *.log demos/*.log
2011-10-23 03:00:43 -04:00
rm -f ssh/*.pyc
rm -f test.log
2011-10-23 03:00:43 -04:00
rm -rf ssh.egg-info
test:
python ./test.py