Added htmldoc, to generate the HTML for "Documenting Python".

This commit is contained in:
Fred Drake 1999-03-18 19:08:47 +00:00
parent 1468d77ff8
commit 7d5f5dd6aa
1 changed files with 3 additions and 0 deletions

View File

@ -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)