]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/metapost-rules.make
release: 1.3.0
[lilypond.git] / stepmake / stepmake / metapost-rules.make
1
2 $(outdir)/%.0: %.mf mfplain.mem  
3         -$(METAPOST) "&mfplain \mode=lowres; \mag=1.0; nonstopmode; input $<"
4
5 mfplain.mem: $(MFPLAIN_MP)
6         $(INIMETAPOST)  $(INIMETAPOST_FLAGS) $(MFPLAIN_MP) dump
7
8
9 $(outdir)/%.pfa: $(outdir)/%.0
10         $(PYTHON) $(depth)/buildscripts/ps-to-pfa.py --output $(basename $<).pfa $<
11         rm -f $(basename $(@F)).[0-9]*
12         rm -f $(basename $<).log
13