Make docs target build whenever Paramiko files change

This commit is contained in:
Jeff Forcier 2012-11-28 22:18:31 -08:00
parent 71f8c5c9f5
commit c4d4818cdd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
release: docs release: docs
python setup.py sdist register upload python setup.py sdist register upload
docs: docs: paramiko/*
epydoc --no-private -o docs/ paramiko epydoc --no-private -o docs/ paramiko
clean: clean: