diff options
| author | Fred Drake <fdrake@acm.org> | 1999-04-05 19:28:29 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-04-05 19:28:29 +0000 |
| commit | 766e0cbde1827cbeccf76fba6e68217daa2ff8ca (patch) | |
| tree | f69f208f1b25f18d5c300799dc4334c49d9724be /Doc/html | |
| parent | 50ae47b0dedcd4f8bda2722514ddeae09266f8da (diff) | |
| download | cpython-git-766e0cbde1827cbeccf76fba6e68217daa2ff8ca.tar.gz | |
Added "doc" target to match the other document-prefix targets.
Diffstat (limited to 'Doc/html')
| -rw-r--r-- | Doc/html/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 4ff1dd34dc..8bbb6912ed 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 |
