]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/metafont-targets.make
(string_copy): use copy ()
[lilypond.git] / stepmake / stepmake / metafont-targets.make
index 5f142738b9172fa4fb6117253c1a175808169b90..616e5868a7fb99cfef7eda4c9ea82486326d6f28 100644 (file)
@@ -1,5 +1,4 @@
 
-
 tfm: $(TFM_FILES)
 
 dvi: $(DVI_FILES)
@@ -7,4 +6,7 @@ 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
+
+pfb: $(PFB_FILES)
+