]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
* buildscripts/new-chords.py (help): add help text
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index 9c96e0990b6374e4d0d0d9c58715b2b762493c3a..9baf80dba1440ae5524e680e5e30248ee68980e7 100644 (file)
@@ -9,7 +9,6 @@ $(outdir)/%.html: $(outdir)/%.texi
 # we want footers even if website builds (or is built) partly
        $(footify) $@
 
-
 $(outdir)/%.html.omf: %.texi
        $(call GENERATE_OMF,html)
 
@@ -26,7 +25,7 @@ $(outdir)/%/%.html: $(outdir)/%.texi
        $(deep-footify) $(sort $(wildcard $(outdir)/$(*F)/*.html))
 
 $(outdir)/%.dvi: $(outdir)/%.texi
-       cd $(outdir); texi2dvi --batch -t $(TEXINFO_PAPERSIZE) $(<F)
+       cd $(outdir); texi2dvi --batch $(TEXINFO_PAPERSIZE_OPTION) $(<F)
 
 $(outdir)/%.txt: $(outdir)/%.texi
        $(MAKEINFO) -I $(pwd) -I $(outdir) --no-split --no-headers --output $@ $<