mirror of https://github.com/python/cpython.git
Added htmldoc, to generate the HTML for "Documenting Python".
This commit is contained in:
parent
1468d77ff8
commit
7d5f5dd6aa
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue