summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index f856bb41147..cf0ef001054 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -674,7 +674,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'jadetex', "&MAKEjadetex",
'japanese', "die 'skipping, now babel-japanese'",
'japanese-otf',"&MAKEjapaneseotf",
- 'japanese-otf-uptex',"&MAKEjapaneseotf",
+ 'japanese-otf-uptex', "die 'skipping, merged into japanese-otf'",
'jas99', "die 'skipping, obsolete on CTAN, use jas99m'",
'jasthesis', "die 'skipping, noinfo license'",
'javadoc', "die 'skipping, requires java and no source'",
@@ -5672,7 +5672,7 @@ sub MAKEjapaneseotf {
# 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") {
+ if ($package eq "xjapanese-otf") {
&SYSTEM("$RM sty/mlutf.sty sty/otf.sty");
}
&SYSTEM("$MV sty/* $DEST/tex/platex/$package/; rmdir sty");