diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-02 21:09:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-02 21:09:20 +0000 |
commit | df3be83c0325f6a35919ff01239baf0bb58f4284 (patch) | |
tree | 924cb8c4bf0e116d033acc8c9d4b4b19ff8f0b10 /Master/tlpkg | |
parent | 6fe7f3475915153536579dec02406c32f82356d7 (diff) |
uplatex (2oct19)
git-svn-id: svn://tug.org/texlive/trunk@52253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c1603f689c2..88c316ac28c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -748,6 +748,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'ly1', "&MAKEcopy", 'lyx', "die 'skipping, container directory'", 'mab2bib', "die 'skipping, python'", + 'mactex', "die 'skipping, whole distribution'", 'magyar', "die 'skipping, use babel-hungarian'", 'make-env', "die 'skipping, no license, too old to bother with'", 'makebarcode', "&MAKEcopy", @@ -1299,7 +1300,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'vrb', "die 'skipping, noinfo license, author does not recall'", 'vrsion', "die 'skipping, nonfree license'", 'vxu', "die 'skipping, obsolete'", - 'w32tex', "die 'skipping, um, no.'", + 'w32tex', "die 'skipping, whole disttribution'", 'wadalab', "&MAKEwadalab", 'wasy2', "die 'skipping, use wasy'", 'wasy2-ps', "&MAKEflatten", |