From: Fred Drake Date: Thu, 22 Feb 2001 23:06:21 +0000 (+0000) Subject: The ACKS file is in the current directory when converted to HTML; this was X-Git-Tag: v2.1b1~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d27ed858c3ce4b7c80e998bfaf2b608526b78f0e;p=python The ACKS file is in the current directory when converted to HTML; this was broken when converting to a flat Makefile. ;-( --- 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