]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/tex-rules.make
* Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
[lilypond.git] / stepmake / stepmake / tex-rules.make
index 6a8c78b764f1738f048b1c4e5a1a53805c9f78e4..482957c5585f07011bc0423855feb639c058cb3b 100644 (file)
@@ -13,8 +13,9 @@ $(outdir)/%.dvi: $(outdir)/%.latex
          (makeindex $(basename $(<F)) || true) && \
          latex \\nonstopmode \\input $(<F) )
 
+
 $(outdir)/%.ps: $(outdir)/%.dvi
-       cd $(outdir) && dvips -ta4 -o $(@F) $(<F)
+       cd $(outdir) && dvips -t $(DVIPS_PAPERSIZE) -o $(@F) $(<F)
 
 $(outdir)-$(PAPERSIZE)/%.ps: $(outdir)-$(PAPERSIZE)/%.dvi
        cd $(outdir)-$(PAPERSIZE) && dvips -t$(PAPERSIZE) -o $(@F) $(<F)