diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-18 19:08:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-18 19:08:47 (GMT) |
commit | 7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6 (patch) | |
tree | 6067d61c50254310d1a9231696d58f0505e12f6b /Doc/Makefile | |
parent | 1468d77ff80e1379a84660edbc1d740ff8353e2a (diff) | |
download | cpython-7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6.zip cpython-7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6.tar.gz cpython-7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6.tar.bz2 |
Added htmldoc, to generate the HTML for "Documenting Python".
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 3 |
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) |