From 87d4a03ad76e9ea8764557b0eeb9d9fb7eb3e1cf Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 9 Oct 2000 18:56:23 +0000 Subject: Do not forget to build the acks.html file when building "all"! --- Doc/html/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 9f63e04..03f3d04 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -37,7 +37,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \ $(TOPDIR)/perl/l2hinit.perl -all: $(INDEXFILES) index.html modindex.html +all: $(INDEXFILES) index.html modindex.html acks.html .PHONY: api ext lib mac ref tut inst dist -- cgit v0.12