diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-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 e8ac694fda1..f46a9950790 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1342,7 +1342,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'urcls', "&MAKEflatten", 'urwchancal', "&MAKEcopy", 'uspatent', "&MAKEflatten", - 'utfsym', "die 'skipping, too many files'", + 'utfsym', "&MAKEflatten", 'util-half', "die 'skipping, noinfo license, old Knuthian font'", 'utopia', "die 'skipping, frozen'", 'utorontothesis', "die 'skipping, noinfo license, 1997'", @@ -2192,6 +2192,7 @@ $standardtex 'uptex-base', '\.(ini|src|tex)$', 'url', '^[^m].*\.sty', # not miscdoc.sty 'utf8mex', '^utf8.*\.(ini|tex)', + 'utfsym', '\.tikz$|' . $standardtex, 'variations', '^variations\.tex|' . $standardtex, # not docvariations.tex 'varisize', '\.tex', 'varwidth', '^..[^s].*\.sty', # not miscdoc.sty |