diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-17 16:06:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-17 16:06:51 (GMT) |
commit | 90fc0a71a52c0d8de465cdaf110a9a29aa96a76d (patch) | |
tree | 3fe558e2eb204031a8eb57dc8ab22a2148826a91 /Doc/Makefile | |
parent | eb354b31e5cd5bcd1aa1350799966b20778d9592 (diff) | |
download | cpython-90fc0a71a52c0d8de465cdaf110a9a29aa96a76d.zip cpython-90fc0a71a52c0d8de465cdaf110a9a29aa96a76d.tar.gz cpython-90fc0a71a52c0d8de465cdaf110a9a29aa96a76d.tar.bz2 |
Be sure "make" understands the "doc" target is phony.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 7487f15..b3e281f 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 |