diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-09 18:21:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-09 18:21:27 +0000 |
commit | 78e9da6f00a5c3065051979aab27b369bf610733 (patch) | |
tree | 0fac200accd9ab064c23228c0605cfde34550901 /Master/tlpkg/libexec/ctan2tds | |
parent | 9a12fed1adede2b0b650b82ba663f02f6ffb9116 (diff) |
uptex-base split from uptex (1may16)
git-svn-id: svn://tug.org/texlive/trunk@40979 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index cbff0b4f8af..608eef57921 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1400,6 +1400,7 @@ $standarddest = "texmf-dist"; 'textmerg', 'generic', 'tugboat-plain', 'plain', 'ulem', 'generic', + 'uptex-base', 'uptex', 'utf8mex', 'mex', 'variations', 'generic', 'vaucanson-g', 'generic', @@ -1762,6 +1763,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'undolabl', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'universa', '\.fd|uni\.sty', # not unidoc.sty 'upca', '^upca\.tex', + 'uptex-base', '\.(ini|src|tex)$', 'url', '^[^m].*\.sty', # not miscdoc.sty 'utf8mex', '^utf8.*\.(ini|tex)', 'variations', '^variations\.tex|' . $standardtex, # not docvariations.tex @@ -2013,6 +2015,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'txfontsb', 'fonts', 'ulem', 'generic', 'universa', 'fonts', + 'uptex-base', 'uptex', 'utf8mex', 'mex', 'vancouver', 'bibtex', 'variations', 'generic', |