diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
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 |