summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-05 19:28:29 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-05 19:28:29 (GMT)
commit766e0cbde1827cbeccf76fba6e68217daa2ff8ca (patch)
treef69f208f1b25f18d5c300799dc4334c49d9724be /Doc/html
parent50ae47b0dedcd4f8bda2722514ddeae09266f8da (diff)
downloadcpython-766e0cbde1827cbeccf76fba6e68217daa2ff8ca.zip
cpython-766e0cbde1827cbeccf76fba6e68217daa2ff8ca.tar.gz
cpython-766e0cbde1827cbeccf76fba6e68217daa2ff8ca.tar.bz2
Added "doc" target to match the other document-prefix targets.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile
index 4ff1dd3..8bbb691 100644
--- a/Doc/html/Makefile
+++ b/Doc/html/Makefile
@@ -45,6 +45,7 @@ all: $(INDEXFILES) modindex.html
.PHONY: api ext lib mac ref tut
api: api/api.html
+doc: doc/doc.html
ext: ext/ext.html
lib: lib/lib.html
mac: mac/mac.html