summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-12-02 07:12:37 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-12-02 07:12:37 -0500
commit6c4c00a3f3941a37e3bc25e9ed59e889b93cd06d (patch)
tree156a22d4779eb75cb96d26df52f2425afc3da3b2 /Makefile
parent9f21d360409b1ef45cab70a3b5cb79674be34fa2 (diff)
parentce86a53a37c1573a5633699cf7f795768907f9a2 (diff)
Merge changes from no_pywin32
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: