summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6886e65..958e684 100644
--- a/Makefile
+++ b/Makefile
@@ -36,13 +36,13 @@ distclean: clean docclean
rm -rf build dist
rm -f MANIFEST
-doc:
+doco:
epydoc -v -n dnspython -u http://www.dnspython.org \
dns/*.py dns/rdtypes/*.py dns/rdtypes/ANY/*.py \
dns/rdtypes/CH/*.py \
dns/rdtypes/IN/*.py
-dockits: doc
+dockits: doco
mv html dnspython-html
tar czf html.tar.gz dnspython-html
zip -r html.zip dnspython-html