diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-12 20:30:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-12 20:30:55 +0000 |
commit | 62c2845193bfddff5c24679c01f891fbb91b4fb9 (patch) | |
tree | 4e0b92fd10c634cc08a0445d270e39b8841b1226 /Master/tlpkg/libexec | |
parent | c4c2e523c8c347f89b6d5d079737d403ff80dc63 (diff) |
oops (12mar20)
git-svn-id: svn://tug.org/texlive/trunk@54260 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f047f594953..3902a8296a6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3293,7 +3293,7 @@ $standardttf = '\.ttf|\.TTC'; # the end, in the doc directory. $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' . '|\.bbl|\.blg|\.idx|\.ind|\.ilg|\.glo|\.gls|\.loa' - . '|\.bcf|\.ido|\.run\.xml|\.hd|\.slnc'; + . '|\.bcf|\.ido|\.run\.xml|\.hd|\.slnc|\.listing$'; %specialclean = ( 'a2ping' => 'README', # not worth whole separate doc subdir 'accfonts' => $standardclean . '|dvips.enc', # dup enc |