From: Fred Drake Date: Thu, 18 Mar 1999 19:08:47 +0000 (+0000) Subject: Added htmldoc, to generate the HTML for "Documenting Python". X-Git-Tag: v1.5.2c1~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6;p=thirdparty%2FPython%2Fcpython.git Added htmldoc, to generate the HTML for "Documenting Python". --- diff --git a/Doc/Makefile b/Doc/Makefile index b3e281f38049..a086769ea247 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -175,6 +175,9 @@ html: htmlapi: (cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile api) +htmldoc: + (cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile doc) + htmlext: (cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile ext)