From 1d0f64c9bc483ae1bd2c583e1fa096250f0cde0b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 8 Dec 2018 10:56:36 -0800 Subject: [PATCH] doc->doco to avoid make confusion with doc directory --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3