From 7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 18 Mar 1999 19:08:47 +0000 Subject: Added htmldoc, to generate the HTML for "Documenting Python". --- Doc/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.1