]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
doc->doco to avoid make confusion with doc directory v1.16.0
authorBob Halley <halley@dnspython.org>
Sat, 8 Dec 2018 18:56:36 +0000 (10:56 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 8 Dec 2018 18:56:36 +0000 (10:56 -0800)
Makefile

index 6886e652d384bf47449518d1cfef023876889e9b..958e684cb9e7ae9a849e5a292437551214bb8c8d 100644 (file)
--- 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