summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-21 21:53:45 +0000
committerKarl Berry <karl@freefriends.org>2021-10-21 21:53:45 +0000
commitb02107eda020fcf744cd893cb8157ff030e8b73b (patch)
tree0d19dcb76c6a749c193169f4533c4b2a63debf71 /Master/tlpkg/libexec/ctan2tds
parent112eb735b477217c2d39ccb9b81191bbdc28f026 (diff)
cjk 4.8.5
git-svn-id: svn://tug.org/texlive/trunk@60829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c221df6d624..21b68a17d20 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -216,7 +216,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'bibutils', "die 'skipping, requires compilation'",
'bickham', "die 'skipping, support for nonfree font'",
'bigints', "&MAKEflatten",
- 'bin-cjkutils',"&MAKEbin_cjkutils",
'biolinum-type1', "die 'skipping, replaced by libertine'",
'bitfield', "die 'skipping, obsolete on CTAN'",
'blanks', "die 'skipping, unknown license (and c.1992)'",
@@ -285,6 +284,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'circuitikz', "&MAKEcopy",
'cirth', "die 'skipping, nosell license'",
'cjk', "&MAKEcjk",
+ 'cjkutils', "&MAKEcjkutils",
'cjw', "die 'skipping, nosell license'",
'clara', "&MAKEflatten",
'clarendo', "die 'skipping, nonfree font'",
@@ -5754,7 +5754,7 @@ sub MAKEcjk_common {
print "\t SPECIAL $package wholesale rearranging for cjk\n";
&xchdir ($packagedir);
- # also need cjk doc tarball. should move in next release.
+ # also need cjk doc tarball. would be nice if they were combined.
my $cjkdoc = "cjk-?.?.?-doc.tar.gz";
&SYSTEM ("tar -C cjk-?.?.? -xf $cjkdoc --strip-components=1");
@@ -5767,9 +5767,9 @@ sub MAKEcjk {
require "cjk.pl"; # in tlpkg/libexec
}
-sub MAKEbin_cjkutils {
+sub MAKEcjkutils {
&MAKEcjk_common ();
- require "bin-cjkutils.pl";
+ require "cjkutils.pl";
}
sub MAKEc90 {