summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-13 23:16:05 +0000
committerKarl Berry <karl@freefriends.org>2011-09-13 23:16:05 +0000
commit7acf90d374f147ba3f73726c03c086049648d7a1 (patch)
tree6dcef1908b9c8854db3da93e17f93a660a5cbf99 /Master/tlpkg/libexec/ctan2tds
parent1993bf742a4a04e823f0bbe5d8b90a6d103709f2 (diff)
sapthesis (13sep11)
git-svn-id: svn://tug.org/texlive/trunk@23939 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 53b441b5ab7..71fbc11a6d6 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -751,6 +751,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'sae', "die 'skipping, nosell license'",
'saferef', "die 'skipping, nonfree license'",
'sagetex', "die 'skipping, omitted at author request (25 Jan 2010 19:50:16)'",
+ 'sapthesis', "&MAKEflatten", # so README.TEXLIVE ends up in doc dir
'schedule', "die 'skipping, noinfo license, too old to matter'",
'script', "die 'skipping, noinfo license, too old to matter'",
'scripttex', "die 'skipping, nosell license'",
@@ -2098,6 +2099,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'numericplots' => '.*\.m', # matlab
'piechartmp' => 'piechartmp.pdf', # no source
'ptptex' => '(overcite|cite|wrapfig).sty', # duplicated
+ 'sapthesis' => 'marchiologo.*\.pdf', # univ logos
'stix' => 'STIX_Font_Release_Documentation_2010.pdf', # no source
'stubs' => 'stubs.pdf', # no source
'susy' => 'susy.pdf', # no source
@@ -2818,7 +2820,6 @@ sub runjob
# remove all files matching something in $KILLPATT.
# also remove .ps files for which we have a .pdf.
-#
# if MORE is true, remove additional files matching something in
# $moreclean and create a README.TEXLIVE which lists the removed files.
#