Make docs target build whenever Paramiko files change

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

View File

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