summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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