The ACKS file is in the current directory when converted to HTML; this was
broken when converting to a flat Makefile. ;-(
This commit is contained in:
parent
cb45bfd956
commit
d27ed858c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue