summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-17 16:06:51 +0000
committerFred Drake <fdrake@acm.org>1999-03-17 16:06:51 +0000
commit90fc0a71a52c0d8de465cdaf110a9a29aa96a76d (patch)
tree3fe558e2eb204031a8eb57dc8ab22a2148826a91
parenteb354b31e5cd5bcd1aa1350799966b20778d9592 (diff)
downloadcpython-git-90fc0a71a52c0d8de465cdaf110a9a29aa96a76d.tar.gz
Be sure "make" understands the "doc" target is phony.
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 7487f15065..b3e281f380 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -61,7 +61,7 @@ VERSION=1.5
# These must be declared phony since there
# are directories with matching names:
-.PHONY: api ext lib mac ref tut
+.PHONY: api doc ext lib mac ref tut
.PHONY: html info