]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/metafont-targets.make
patch::: 1.5.9.jcn3
[lilypond.git] / stepmake / stepmake / metafont-targets.make
index 5f142738b9172fa4fb6117253c1a175808169b90..eac21cf4960b885cd081e1c535cf0ada1323eb2e 100644 (file)
@@ -1,5 +1,4 @@
 
-
 tfm: $(TFM_FILES)
 
 dvi: $(DVI_FILES)
@@ -7,4 +6,4 @@ dvi: $(DVI_FILES)
 pks: $(addprefix $(outdir)/, $(XPM_FONTS:%=%.$(XPM_RESOLUTION)pk))
 
 xpms: $(addprefix $(outdir)/, $(XPM_FONTS:%=%.afm)) pks
-       $(SHELL) $(depth)/buildscripts/mf-to-xpms.sh $(XPM_FONTS)
+       $(foreach i, $(XPM_FONTS), $(SHELL) $(depth)/buildscripts/mf-to-xpms.sh $(i) && ) true