diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl')
-rwxr-xr-x | Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl b/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl index 8cf536b8f64..44e78e1fe39 100755 --- a/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl +++ b/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl @@ -3,6 +3,8 @@ binmode(GLYPH); @glyph_sub_table=(); opendir(OVP, "ovp") || mkdir("ovp",0755) || die "cannot mkdir ovp"; opendir(VF, "vf") || mkdir("vf",0755) || die "cannot mkdir vf"; +closedir(OVP); +closedir(VF); &make_glyph_substitute_array; &make_uni_vf; |