From 738e81033a2f0170990176c7d77c9d7e79abfd1a Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Tue, 22 Aug 2006 11:28:19 -0700 Subject: [PATCH] [project @ robey@lag.net-20060822182819-26cf01113495c9a3] don't automatically make epydocs for the private (internal) methods and classes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 19b9bcd..4e979d7 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: