Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 684f78f

Browse files
committed
Add target for modindex.html; a combined lib+mac module index. Also
built with target "all".
1 parent 2ef38a7 commit 684f78f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/html/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \
3838
$(TOPDIR)/perl/l2hinit.perl
3939

4040

41-
all: $(INDEXFILES)
41+
all: $(INDEXFILES) modindex.html
4242

4343
.PHONY: api ext lib mac ref tut
4444

@@ -51,6 +51,10 @@ tut: tut/tut.html
5151

5252
$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
5353

54+
modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
55+
$(TOOLSDIR)/mkmodindex --columns 5 --output modindex.html \
56+
lib/modindex.html mac/modindex.html
57+
5458
api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX)
5559
$(MKHTML) api $(L2HARGS)
5660

0 commit comments

Comments
 (0)