Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef38a7 commit 684f78fCopy full SHA for 684f78f
1 file changed
Doc/html/Makefile
@@ -38,7 +38,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \
38
$(TOPDIR)/perl/l2hinit.perl
39
40
41
-all: $(INDEXFILES)
+all: $(INDEXFILES) modindex.html
42
43
.PHONY: api ext lib mac ref tut
44
@@ -51,6 +51,10 @@ tut: tut/tut.html
51
52
$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
53
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
+
58
api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX)
59
$(MKHTML) api $(L2HARGS)
60
0 commit comments