diff options
author | Norbert Preining <preining@logic.at> | 2012-02-20 23:12:10 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-02-20 23:12:10 +0000 |
commit | 0a61493435f21815a2c0c2b679a2710e8f3b6453 (patch) | |
tree | a161b5b204063e14c8bf9e0ec5a7f5d9266c8c73 | |
parent | 7a098c96ea590aa07db0ba411669058184f0f2e6 (diff) |
updates for japanese-otf make procedure
git-svn-id: svn://tug.org/texlive/trunk@25439 c570f23f-e606-0410-a88d-b1316a301751
-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"); |