diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-22 21:15:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-22 21:15:59 +0000 |
commit | 082598cd88d19d1ec7485528d017f45169af207c (patch) | |
tree | b2a11bd4b3148b9bd264bf6c3d048aa9a7a2dff1 /Master/tlpkg | |
parent | 8e445d770882e75d0a3993b5927f2f2b42120fe3 (diff) |
unicode-alphabets (22jul19)
git-svn-id: svn://tug.org/texlive/trunk@51706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e0ba284f324..e07ddeeef34 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2037,7 +2037,7 @@ $standardtex 'underoverlap','underoverlap\.sty', 'underscore', '^..[^s].*\.sty', # not miscdoc.sty 'undolabl', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide - 'unicode-alphabets', '\.tsv|csvsimple|' . $standardtex, + 'unicode-alphabets', '\..sv|' . $standardtex, 'unitn-bimrep','\.jpg|' . $standardtex, 'univie-ling', 'univie.*logo.*.pdf|' . $standardtex, 'universa', '\.fd|uni\.sty', # not unidoc.sty @@ -3231,7 +3231,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'suftesi' => 'example/MaterialeInizialeFinale/.DS_Store', 'tlc2' => 'NULL', # doc package 'tufte-latex' => $standardclean . '|.tds.zip$', - 'unicode-alphabets' => 'NULL', # not csvsimple.tmp.* 'velthuis' => $standardclean . '|devnag.c', # already in source 'wsuipa' => $standardclean . '|.*pk$', # premade pk files ); |