From 90fc0a71a52c0d8de465cdaf110a9a29aa96a76d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Mar 1999 16:06:51 +0000 Subject: Be sure "make" understands the "doc" target is phony. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12