summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 008cd460011..10d34474220 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2894,6 +2894,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'stubs' => 'stubs.pdf', # no source
'susy' => 'susy.pdf', # no source
'swimgraf' => 'swimgraf.pdf', # no source
+ 'sympytexpackage' => '.*\.pdf$', # cc-nc
'toptesi' => 'logo.*', # legalities unknown
'tree-dvips' => 'avm.*', # author no response
'ucs' => 'languages.ps.gz', # no source
@@ -3227,6 +3228,7 @@ sub donormal {
if (-d $scriptdir) {
&xchdir ($scriptdir);
&doscripts;
+ &xchdir ($DEST);
}
my @docdirs = glob ("doc/*/*/");