diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-16 20:58:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-16 20:58:07 +0000 |
commit | 96a040213de74c5aa5f3a5af41c874589fea17a7 (patch) | |
tree | 690f9db5e6888c3a953b0737bdd236bf2cc04ce9 /Master/tlpkg | |
parent | 11609e4fd339c36bc451bc28a1edc7052664d432 (diff) |
quran (15oct20)
git-svn-id: svn://tug.org/texlive/trunk@56677 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 53175da30bc..e32b18aee56 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -408,7 +408,8 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'dvipdfmx-def',"die 'skipping, replaced by graphics-def'", 'dvisun', "die 'skipping, ancient program'", 'dvisvgm-def', "die 'skipping, replaced by graphics-def'", - 'eCards', "die 'skipping, per author request'", + 'dvivue', "die 'skipping, windows binary'", + 'ecards', "die 'skipping, per author request'", 'ean13isbn', "&MAKEcopy", 'easy', "&MAKEeasy", 'easylatex', "die 'skipping, complicated perl modules, sorry'", @@ -1340,6 +1341,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'urcls', "&MAKEflatten", 'urwchancal', "&MAKEcopy", 'uspatent', "&MAKEflatten", + 'utfsym', "die 'skipping, too many files'", 'util-half', "die 'skipping, noinfo license, old Knuthian font'", 'utopia', "die 'skipping, frozen'", 'utorontothesis', "die 'skipping, noinfo license, 1997'", |