From: Fred Drake Date: Mon, 5 Apr 1999 19:28:29 +0000 (+0000) Subject: Added "doc" target to match the other document-prefix targets. X-Git-Tag: v1.5.2c1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=766e0cbde1827cbeccf76fba6e68217daa2ff8ca;p=thirdparty%2FPython%2Fcpython.git Added "doc" target to match the other document-prefix targets. --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 4ff1dd34dcb6..8bbb6912edf7 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -45,6 +45,7 @@ all: $(INDEXFILES) modindex.html .PHONY: api ext lib mac ref tut api: api/api.html +doc: doc/doc.html ext: ext/ext.html lib: lib/lib.html mac: mac/mac.html