Kaydet (Commit) 7d5f5dd6 authored tarafından Fred Drake's avatar Fred Drake

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

üst 1468d77f
...@@ -175,6 +175,9 @@ html: ...@@ -175,6 +175,9 @@ html:
htmlapi: htmlapi:
(cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile api) (cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile api)
htmldoc:
(cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile doc)
htmlext: htmlext:
(cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile ext) (cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile ext)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment