summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-18 19:08:47 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-18 19:08:47 (GMT)
commit7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6 (patch)
tree6067d61c50254310d1a9231696d58f0505e12f6b
parent1468d77ff80e1379a84660edbc1d740ff8353e2a (diff)
downloadcpython-7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6.zip
cpython-7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6.tar.gz
cpython-7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6.tar.bz2
Added htmldoc, to generate the HTML for "Documenting Python".
-rw-r--r--Doc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index b3e281f..a086769 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)