From d27ed858c3ce4b7c80e998bfaf2b608526b78f0e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 22 Feb 2001 23:06:21 +0000 Subject: [PATCH] The ACKS file is in the current directory when converted to HTML; this was broken when converting to a flat Makefile. ;-( --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index cd2129a24e..728d781e5b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -238,7 +238,7 @@ $(INDEXFILES): $(COMMONPERL) html/about.dat tools/node2label.pl html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \ - --output html/acks.html <../ACKS + --output html/acks.html