From: Reinhold Kainhofer Date: Tue, 8 Apr 2008 11:18:43 +0000 (+0200) Subject: texi2html: texi2html already supports the -D option to set bigpage... X-Git-Tag: release/2.11.58-1~32^2~155 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0afa5b169e6bc914e36233bf20eaab1a2cb9de4f;p=lilypond.git 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... --- 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