diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-18 22:46:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-18 22:46:09 +0000 |
commit | 87c99531bd84a7b1c1b5004b7c452eef73e6df15 (patch) | |
tree | 86e4b79a73d9964fa80f9edea7d7c7f3dc4c7392 /Master/tlpkg/libexec | |
parent | 8b9b189c69bebe3c33a73417347e6c97b8ee1220 (diff) |
japanese-otf now with otf.sty and mlutf.sty
git-svn-id: svn://tug.org/texlive/trunk@62078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index cf0ef001054..9bdd324a24e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -5669,12 +5669,6 @@ sub MAKEjapaneseotf { } if (-d "sty") { &xmkdir ("$DEST/tex/platex/$package"); - # if we are building "japanese-otf" package, remove these two - # style files, as they are overriden by the files in - # "japanese-otf-uptex" - if ($package eq "xjapanese-otf") { - &SYSTEM("$RM sty/mlutf.sty sty/otf.sty"); - } &SYSTEM("$MV sty/* $DEST/tex/platex/$package/; rmdir sty"); } if (-d "TeXLive-maps") { |