From 26fbcc88767bb8b395632355d7f7d93fe921f5dc Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 1 Apr 2008 01:39:26 +0200 Subject: [PATCH] texi2html: use index as basename in subdirs (so index.html is used) --- stepmake/stepmake/texinfo-rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 0db8472d55..94d2ffce49 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -45,7 +45,7 @@ $(outdir)/%.info: $(outdir)/%.texi $(outdir)/$(INFO_IMAGES_DIR).info-images-dir. $(outdir)/%/index.html: $(outdir)/%.texi mkdir -p $(dir $@) - $(TEXI2HTML) --I=$(outdir) --output=$(dir $@) --prefix=init --split=section $(TEXI2HTML_INIT) $< + $(TEXI2HTML) --I=$(outdir) --output=$(dir $@) --prefix=index --split=section $(TEXI2HTML_INIT) $< # TODO: Pass -D bigpage to texi2html $(outdir)/%-big-page.html: $(outdir)/%.texi -- 2.39.2