From: Bob Halley Date: Sat, 8 Dec 2018 18:56:36 +0000 (-0800) Subject: doc->doco to avoid make confusion with doc directory X-Git-Tag: v1.16.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0f64c9bc483ae1bd2c583e1fa096250f0cde0b;p=thirdparty%2Fdnspython.git doc->doco to avoid make confusion with doc directory --- diff --git a/Makefile b/Makefile index 6886e652..958e684c 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