summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2006-08-22 11:28:19 -0700
committerRobey Pointer <robey@lag.net>2006-08-22 11:28:19 -0700
commit738e81033a2f0170990176c7d77c9d7e79abfd1a (patch)
treec4693e8030fc38d6f8050bafb75220ce5952f07b
parentcc3e383baf0f6db049264db1a55730cc6996fc35 (diff)
[project @ robey@lag.net-20060822182819-26cf01113495c9a3]
don't automatically make epydocs for the private (internal) methods and classes
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 19b9bcd4..4e979d70 100644
--- a/Makefile
+++ b/Makefile
@@ -29,11 +29,11 @@ release: docs
python ./setup.py sdist --formats=gztar
python ./setup.py bdist_egg
zip -r dist/docs.zip docs && rm -rf docs
- md5 dist/*.zip dist/*.gz > md5-sums
+ cd dist && md5 paramiko*.zip *.gz > md5-sums
docs: always
- epydoc -o docs/ paramiko
+ epydoc --no-private -o docs/ paramiko
always:
clean: