diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-22 23:06:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-22 23:06:21 (GMT) |
commit | d27ed858c3ce4b7c80e998bfaf2b608526b78f0e (patch) | |
tree | 8c0c121fcab0b41c9367a9a4d89a86addd892d02 /Doc/Makefile | |
parent | cb45bfd95629e96c1a9aced2d4b37b49f3c37597 (diff) | |
download | cpython-d27ed858c3ce4b7c80e998bfaf2b608526b78f0e.zip cpython-d27ed858c3ce4b7c80e998bfaf2b608526b78f0e.tar.gz cpython-d27ed858c3ce4b7c80e998bfaf2b608526b78f0e.tar.bz2 |
The ACKS file is in the current directory when converted to HTML; this was
broken when converting to a flat Makefile. ;-(
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 cd2129a..728d781 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 <ACKS html/modindex.html: $(TOOLSDIR)/support.py $(TOOLSDIR)/mkmodindex html/modindex.html: html/lib/lib.html html/mac/mac.html |