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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6;p=python Added htmldoc, to generate the HTML for "Documenting Python". --- diff --git a/Doc/Makefile b/Doc/Makefile index b3e281f380..a086769ea2 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)