From: Fred Drake Date: Mon, 9 Oct 2000 18:56:23 +0000 (+0000) Subject: Do not forget to build the acks.html file when building "all"! X-Git-Tag: v2.0c1~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87d4a03ad76e9ea8764557b0eeb9d9fb7eb3e1cf;p=thirdparty%2FPython%2Fcpython.git Do not forget to build the acks.html file when building "all"! --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 9f63e04be35c..03f3d04206a8 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