]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: texi2html already supports the -D option to set bigpage...
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 8 Apr 2008 11:18:43 +0000 (13:18 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 8 Apr 2008 11:18:43 +0000 (13:18 +0200)
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

index e8863890e4a22e286ff03b8469817214726a51a3..b02bb9cbc0f6febe79011eac98d6073a35f161fe 100644 (file)
@@ -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