Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90334 | Differences between
and this patch

Collapse All | Expand All

(-)lilypond-2.5.2/stepmake/stepmake/metafont-rules.make.old (-1 / +1 lines)
Lines 30-36 Link Here
30
30
31
31
32
$(outdir)/%.pfa: %.mf
32
$(outdir)/%.pfa: %.mf
33
	$(MFTRACE) $(MFTRACE_FLAGS) -I $(outdir)/ --pfa --simplify $(basename $(@F))
33
	$(MFTRACE) $(MFTRACE_FLAGS) -I $(outdir)/ --simplify $(basename $(@F))
34
	mv $(basename $(@F)).pfa $(outdir)
34
	mv $(basename $(@F)).pfa $(outdir)
35
35
36
$(outdir)/%.pfb: %.mf
36
$(outdir)/%.pfb: %.mf

Return to bug 90334