summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-11-28 22:18:31 -0800
committerJeff Forcier <jeff@bitprophet.org>2012-11-28 22:22:54 -0800
commit2832f3c60fdf078066a266cd32027a0b8ed65ce9 (patch)
tree76bd8f026ab50c767d3626321afdc8b8d6fc6041 /Makefile
parentd7aa342c20b67f1846c7458b09fdd3b0f308dd71 (diff)
Make docs target build whenever Paramiko files change
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c12990c..572f867a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
release: docs
python setup.py sdist register upload
-docs:
+docs: paramiko/*
epydoc --no-private -o docs/ paramiko
clean: