From: Fred Drake Date: Wed, 24 Feb 1999 17:34:12 +0000 (+0000) Subject: Add target for modindex.html; a combined lib+mac module index. Also X-Git-Tag: v1.5.2c1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=684f78fafe30cd2f1dd6c9e9853d0a02943015d2;p=python Add target for modindex.html; a combined lib+mac module index. Also built with target "all". --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index e8cf017ff0..1119576640 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -38,7 +38,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \ $(TOPDIR)/perl/l2hinit.perl -all: $(INDEXFILES) +all: $(INDEXFILES) modindex.html .PHONY: api ext lib mac ref tut @@ -51,6 +51,10 @@ tut: tut/tut.html $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat +modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex + $(TOOLSDIR)/mkmodindex --columns 5 --output modindex.html \ + lib/modindex.html mac/modindex.html + api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX) $(MKHTML) api $(L2HARGS)