summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2018-12-08 10:56:36 -0800
committerBob Halley <halley@dnspython.org>2018-12-08 10:56:36 -0800
commit1d0f64c9bc483ae1bd2c583e1fa096250f0cde0b (patch)
treee528761ee5a1863cf1d3469e84816f8e87fdd2ee /Makefile
parent86934f1670445d627e682d8d6410b385f6577621 (diff)
downloaddnspython-1d0f64c9bc483ae1bd2c583e1fa096250f0cde0b.tar.gz
doc->doco to avoid make confusion with doc directoryv1.16.0
Diffstat (limited to 'Makefile')
-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