diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-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'", |