]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/ly-rules.make
pdf
[lilypond.git] / make / ly-rules.make
index 2f5b4942352f01a5b951e7570fc1ee918cb56ed7..6c21074901098ac365b0774620c42ffaf9cafa30 100644 (file)
@@ -47,3 +47,8 @@ $(outdir)/%.tex: $(outdir)/%.ly
 $(outdir)/%-book.ps: $(outdir)/%.ps
        psbook $< $<.tmp
        pstops  '2:0L@.7(21cm,0)+1L@.7(21cm,14.85cm)' $<.tmp $@
+
+$(outdir)/%.pdf: $(outdir)/%.dvi
+       dvips -u lilypond.map -o $@.pdfps  -Ppdf $<
+       ps2pdf $@.pdfps $@
+