diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7d1172cb9cd..83baf64ac8e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4023,7 +4023,7 @@ sub MAKEtexsis { sub MAKEjapaneseotf { &setup; &xchdir("$DEST/doc/fonts/$package"); - for my $i (qw/vf tfm ofm/) { + for my $i (qw/vf tfm ofm ovp/) { if (-d $i) { &xmkdir ("$DEST/fonts/$i/public/$package"); &SYSTEM("$MV $i/* $DEST/fonts/$i/public/$package/; rmdir $i"); |