]> granicus.if.org Git - python/commitdiff
Add target for modindex.html; a combined lib+mac module index. Also
authorFred Drake <fdrake@acm.org>
Wed, 24 Feb 1999 17:34:12 +0000 (17:34 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 24 Feb 1999 17:34:12 +0000 (17:34 +0000)
built with target "all".

Doc/html/Makefile

index e8cf017ff05d317bdc90752e2358bef24e88b166..1119576640986b677f24e8cf13887947b1d3108a 100644 (file)
@@ -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)