diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/sttools/README.TEXLIVE | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sttools/presfull.pdf | bin | 282470 -> 0 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sttools/README.TEXLIVE b/Master/texmf-dist/doc/latex/sttools/README.TEXLIVE new file mode 100644 index 00000000000..3e60c26c739 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sttools/README.TEXLIVE @@ -0,0 +1,7 @@ +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/macros/latex/contrib/sttools +If questions or concerns, email tex-live@tug.org. + + presfull.pdf diff --git a/Master/texmf-dist/doc/latex/sttools/presfull.pdf b/Master/texmf-dist/doc/latex/sttools/presfull.pdf Binary files differdeleted file mode 100644 index 10642ad204d..00000000000 --- a/Master/texmf-dist/doc/latex/sttools/presfull.pdf +++ /dev/null diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c58fca8c6b5..c192611ed53 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -879,6 +879,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'texmacs', "die 'skipping, binary'", 'texpower', "&MAKEnosymlinks", 'texsis', "&MAKEtexsis", + 'texsort', "die 'skipping, use sttools'", 'tfrupee', "&MAKEflatten", 'tgothic', "die 'skipping, use bookhands'", 'thaifonts-arundina', "die 'skipping, fontforge format only'", @@ -2304,6 +2305,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'ptptex' => '(overcite|cite|wrapfig).sty', # duplicated 'sapthesis' => '.*-ML.*\.pdf', # univ logos 'stix' => 'STIX_Font_Release_Documentation_2010.pdf', # no source + 'sttools' => 'presfull.pdf', # no source 'stubs' => 'stubs.pdf', # no source 'susy' => 'susy.pdf', # no source 'swimgraf' => 'swimgraf.pdf', # no source |