diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-09 23:58:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-09 23:58:05 +0000 |
commit | 5879e5b1f3b106f3962c7253f56dc6d6251eb243 (patch) | |
tree | fdfd61761a52815e23aac306f356ca8f0c52befb /Master/tlpkg/libexec/ctan2tds | |
parent | aa5d0e8bf3515c424ba0594a2d4e06ae31da7796 (diff) |
exclude letter-size .pdfs to save space
git-svn-id: svn://tug.org/texlive/trunk@46270 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d8ec9ac814e..14acfda9474 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3020,6 +3020,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'chessboard' => 'chessboard.pdf', # no source 'chessfss' => 'chessfonts_gallery.pdf|chessfss.pdf', # no source 'clrscode3e' => 'clrscode3e.pdf', # no source + 'comprehensive' => '-letter.pdf', # have a4, save space 'dfgproposal' => '1_02.*\.pdf', # nonfree specs 'din1505' => '(leitbild3|normpatsoft).pdf', # no source 'ducksay' => '.*\.pdf', # no source |