summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-30 23:10:36 +0000
committerKarl Berry <karl@freefriends.org>2010-05-30 23:10:36 +0000
commit459569f4877a327a4ea498d407a39d19ddb56be8 (patch)
treee9e062d571b015308c1ecc2f8b85abad56e6e5ef /Master/tlpkg/libexec
parent3654b5dd7fc3200a1b72bac39de9680bc74e3031 (diff)
stix update (30may10)
git-svn-id: svn://tug.org/texlive/trunk@18628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 84a2fae4a35..ab9afc49410 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1725,6 +1725,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'piechartmp' => 'piechartmp.pdf',
'ptptex' => '(overcite|cite|wrapfig).sty', # duplicated
'rangen' => 'doc/rangen_man.pdf', # no source
+ 'stix' => 'STIX_Font_Release_Documentation_2010.pdf', # no source
'stubs' => 'stubs.pdf', # no source
'susy' => 'susy.pdf', # no source
'xskak' => 'xskak.pdf', # no source
@@ -1947,6 +1948,13 @@ sub donormal
&SYSTEM ("mkdir -p $DEST");
&xchdir ($DEST);
&SYSTEM ("$CP -r $startdir/$packagedir/* .");
+
+ my @docdirs = glob ("doc/*/*/");
+ if ($moreclean{$package} && @docdirs) {
+ &xchdir ($docdirs[0]);
+ &killfiles ($moreclean{$package}, "more");
+ }
+
} else {
#use the normal procedure