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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/README.TEXLIVE | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/rawtables-letter.pdf | bin | 9054497 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf | bin | 9304837 -> 0 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/comprehensive/README.TEXLIVE b/Master/texmf-dist/doc/latex/comprehensive/README.TEXLIVE new file mode 100644 index 00000000000..71c1e105f6a --- /dev/null +++ b/Master/texmf-dist/doc/latex/comprehensive/README.TEXLIVE @@ -0,0 +1,8 @@ +The following files have been removed in the TeX Live installation of +the current package, typically due to duplication, lack of space, or +missing source code. You can find these files on CTAN at + http://mirror.ctan.org/info/symbols/comprehensive +If questions or concerns, email tex-live@tug.org. + + symbols-letter.pdf + rawtables-letter.pdf diff --git a/Master/texmf-dist/doc/latex/comprehensive/rawtables-letter.pdf b/Master/texmf-dist/doc/latex/comprehensive/rawtables-letter.pdf Binary files differdeleted file mode 100644 index 15d9bc6af56..00000000000 --- a/Master/texmf-dist/doc/latex/comprehensive/rawtables-letter.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf b/Master/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf Binary files differdeleted file mode 100644 index a884ee04557..00000000000 --- a/Master/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf +++ /dev/null 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 |