Kaydet (Commit) 684f78fa authored tarafından Fred Drake's avatar Fred Drake

Add target for modindex.html; a combined lib+mac module index. Also

built with target "all".
üst 2ef38a7a
...@@ -38,7 +38,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \ ...@@ -38,7 +38,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \
$(TOPDIR)/perl/l2hinit.perl $(TOPDIR)/perl/l2hinit.perl
all: $(INDEXFILES) all: $(INDEXFILES) modindex.html
.PHONY: api ext lib mac ref tut .PHONY: api ext lib mac ref tut
...@@ -51,6 +51,10 @@ tut: tut/tut.html ...@@ -51,6 +51,10 @@ tut: tut/tut.html
$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat $(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) api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX)
$(MKHTML) api $(L2HARGS) $(MKHTML) api $(L2HARGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment