summaryrefslogtreecommitdiff
path: root/Master
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
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')
-rw-r--r--Master/texmf-dist/doc/latex/sympytexpackage/README.TEXLIVE8
-rw-r--r--Master/texmf-dist/doc/latex/sympytexpackage/example.pdfbin360688 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/sympytexpackage/sympytexpackage.pdfbin410471 -> 0 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
4 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sympytexpackage/README.TEXLIVE b/Master/texmf-dist/doc/latex/sympytexpackage/README.TEXLIVE
new file mode 100644
index 00000000000..9f730ab156a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sympytexpackage/README.TEXLIVE
@@ -0,0 +1,8 @@
+The following files have been removed in the TeX Live installation of
+the current package, typically due to duplication, lack of space, or
+missing source code. You can find these files on CTAN at
+ http://mirror.ctan.org/macros/latex/contrib/sympytexpackage
+If questions or concerns, email tex-live@tug.org.
+
+ example.pdf
+ sympytexpackage.pdf
diff --git a/Master/texmf-dist/doc/latex/sympytexpackage/example.pdf b/Master/texmf-dist/doc/latex/sympytexpackage/example.pdf
deleted file mode 100644
index cb1f2ddc65b..00000000000
--- a/Master/texmf-dist/doc/latex/sympytexpackage/example.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/sympytexpackage/sympytexpackage.pdf b/Master/texmf-dist/doc/latex/sympytexpackage/sympytexpackage.pdf
deleted file mode 100644
index 4594b19f652..00000000000
--- a/Master/texmf-dist/doc/latex/sympytexpackage/sympytexpackage.pdf
+++ /dev/null
Binary files differ
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/*/*/");