diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-23 16:16:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-23 16:16:14 +0000 |
commit | c803130254175994445269ba3850489d0af71e9d (patch) | |
tree | 70fb671fda45556063eb31b463a584c05f340907 /Master/tlpkg | |
parent | 2d9276a0bfcb6194c735a392293a2fc9343b7391 (diff) |
pl (aka pl-mf) (20mar21)
git-svn-id: svn://tug.org/texlive/trunk@58650 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index e63f7de0688..2f65d7b30ea 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -469,6 +469,8 @@ sub copy_to_tmpdir { my $zip = ""; if ($pkgname eq "cc-pl") { $zip = "cc-pl.zip"; + } elsif ($pkgname eq "mex") { + $zip = "mex105a.zip"; } elsif ($pkgname eq "pl-mf") { $zip = "pl-mf.zip"; } elsif ($pkgname eq "tap") { diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 098ac0057de..7a3b0563bdb 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1012,6 +1012,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'pitthesis', "die 'skipping, noinfo license'", 'pkgcheck', "die 'skipping, rust compilation'", 'pl', "&MAKEflatten", + 'pl-mf', "die 'skipping, use pl'", 'pl-qx', "&MAKEplqx", 'plain', "die 'skipping, just plain.tex, rest in knuth-lib'", 'play-font', "&MAKEflatten", |