paramiko/Makefile

16 lines
265 B
Makefile
Raw Permalink Normal View History

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