From 766e0cbde1827cbeccf76fba6e68217daa2ff8ca Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 5 Apr 1999 19:28:29 +0000 Subject: [PATCH] Added "doc" target to match the other document-prefix targets. --- Doc/html/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 4ff1dd34dcb..8bbb6912edf 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