diff options
author | Norbert Preining <preining@logic.at> | 2012-02-20 23:23:53 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-02-20 23:23:53 +0000 |
commit | 61939b07fb6a935b4a98fd0dbc4b543b7ac0f1f8 (patch) | |
tree | 88ce5c134019220e0604231ab38350dc73cee760 /Master/tlpkg/libexec | |
parent | aa97b7fa8e244717d442fcfc805a2691acdf4483 (diff) |
make sure that otf.sty and mlutf.sty are removed from
japanese-otf, as they are overridden by the versions in j-otf-uptex
git-svn-id: svn://tug.org/texlive/trunk@25444 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 83baf64ac8e..075ec064467 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4031,6 +4031,12 @@ 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 "japanese-otf") { + &SYSTEM("$RM sty/mlutf.sty sty/otf.sty"); + } &SYSTEM("$MV sty/* $DEST/tex/platex/$package/; rmdir sty"); } if (-d "TeXLive-maps") { |