summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-16 17:46:21 +0000
committerKarl Berry <karl@freefriends.org>2016-05-16 17:46:21 +0000
commit0f17ceebbcc6309a40823416a4a99e9ddf02dc65 (patch)
tree3db7968b084f0149059f770abcb462ebbf1fbd83 /Master/tlpkg
parentd0fd9edd5f21393172bca0ef97c698a61091fd69 (diff)
sympytexpackage rm nonfree doc, np mail to author, 12 May 2016 09:42:51
git-svn-id: svn://tug.org/texlive/trunk@41190 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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/*/*/");