X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Ftex-rules.make;h=ffbaf5ba248eb2d8950ca62315b6a2ef1abcc4eb;hb=195abf4ce5b2182155bf8a9f0e2022eeaa5b32c2;hp=0761a04cf656329d62582a8f6121e56e5d37cb53;hpb=393b9995a68387816c3d945fbc0808504804fc5f;p=lilypond.git diff --git a/stepmake/stepmake/tex-rules.make b/stepmake/stepmake/tex-rules.make index 0761a04cf6..ffbaf5ba24 100644 --- a/stepmake/stepmake/tex-rules.make +++ b/stepmake/stepmake/tex-rules.make @@ -16,3 +16,6 @@ $(outdir)/%.dvi: $(outdir)/%.latex $(outdir)/%.ps: $(outdir)/%.dvi dvips -ta4 -o $@ $< +$(outdir)-$(PAPERSIZE)/%.ps: $(outdir)-$(PAPERSIZE)/%.dvi + dvips -t$(PAPERSIZE) -o $@ $< +