]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/metafont-vars.make
Strip pathnames from filenames inserted into PFB font names.
[lilypond.git] / stepmake / stepmake / metafont-vars.make
index f8ccc468ae29c0cd99b582ad4dd72ab47896ead6..55cad14e41d5599a5ed3983a1b7fabe0a6cf75b9 100644 (file)
@@ -8,6 +8,6 @@ DVI_FILES += $(MF_DVI_FILES)
 TFM_FILES += $(MF_TFM_FILES)
 
 MF2PT1_OPTIONS=--rounding=0.0001 \
-               --family=$(<:%.mf=%) \
-               --fullname=$(<:%.mf=%) \
-               --name=$(<:%.mf=%)
+               --family=$(notdir $(<:%.mf=%)) \
+               --fullname=$(notdir $(<:%.mf=%)) \
+               --name=$(notdir $(<:%.mf=%))