diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-27 22:23:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-27 22:23:47 +0000 |
commit | 9ac70a9e937e06c78564f9241963b4918e925302 (patch) | |
tree | 77298c3b5346dba0467d5e7d7830822eec428c2a /Master/tlpkg/libexec/ctan2tds | |
parent | 6518851ced6d0bda0f27e45d61b9e8dd537b5e2f (diff) |
presfull.pdf in sttools has no source (RobinF, 27 May 2012 11:33:44)
git-svn-id: svn://tug.org/texlive/trunk@26674 c570f23f-e606-0410-a88d-b1316a301751
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 |