]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/metafont-targets.make
Clean fonts and docs makefiles, trying to fix 'make -j' race conditions
[lilypond.git] / stepmake / stepmake / metafont-targets.make
index eac21cf4960b885cd081e1c535cf0ada1323eb2e..89dfd628e0e6125057b4a876fbad100380910149 100644 (file)
@@ -1,9 +1,8 @@
+.PHONY: tfm dvi pfb
 
 tfm: $(TFM_FILES)
 
 dvi: $(DVI_FILES)
 
-pks: $(addprefix $(outdir)/, $(XPM_FONTS:%=%.$(XPM_RESOLUTION)pk))
+pfb: $(PFB_FILES)
 
-xpms: $(addprefix $(outdir)/, $(XPM_FONTS:%=%.afm)) pks
-       $(foreach i, $(XPM_FONTS), $(SHELL) $(depth)/buildscripts/mf-to-xpms.sh $(i) && ) true