From 0afa5b169e6bc914e36233bf20eaab1a2cb9de4f Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Tue, 8 Apr 2008 13:18:43 +0200 Subject: [PATCH] texi2html: texi2html already supports the -D option to set bigpage... Oops, I should really start reading manuals! I was thinking about various ways to pass the bigpage option to texi2html (like the -D bigpage option did for makeinfo). I even already drafted a mail to the texi2html bug list, when I discovered that texi2html fully supports the -D option, just like makeinfo... --- stepmake/stepmake/texinfo-rules.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index e8863890e4..b02bb9cbc0 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -48,9 +48,8 @@ $(outdir)/%/index.html: $(outdir)/%.texi $(TEXI2HTML) --I=$(outdir) --output=$(dir $@) --prefix=index --split=section $(TEXI2HTML_INIT) $< cp $(top-src-dir)/Documentation/lilypond.css $(dir $@) -# TODO: Pass -D bigpage to texi2html $(outdir)/%-big-page.html: $(outdir)/%.texi - $(TEXI2HTML) --I=$(outdir) --output=$@ $(TEXI2HTML_INIT) $< + $(TEXI2HTML) --I=$(outdir) -D bigpage --output=$@ $(TEXI2HTML_INIT) $< cp $(top-src-dir)/Documentation/lilypond.css $(dir $@) $(outdir)/%.html: $(outdir)/%.texi -- 2.39.5