Skip to content

Commit

Permalink
Make docs target build whenever Paramiko files change
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Nov 29, 2012
1 parent d7aa342 commit 2832f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
release: docs
python setup.py sdist register upload

docs:
docs: paramiko/*
epydoc --no-private -o docs/ paramiko

clean:
Expand Down

0 comments on commit 2832f3c

Please sign in to comment.