From: Fred Drake Date: Wed, 17 Mar 1999 16:06:51 +0000 (+0000) Subject: Be sure "make" understands the "doc" target is phony. X-Git-Tag: v1.5.2c1~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90fc0a71a52c0d8de465cdaf110a9a29aa96a76d;p=thirdparty%2FPython%2Fcpython.git Be sure "make" understands the "doc" target is phony. --- diff --git a/Doc/Makefile b/Doc/Makefile index 7487f1506542..b3e281f38049 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