diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/sympytexpackage/README.TEXLIVE | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sympytexpackage/example.pdf | bin | 360688 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/sympytexpackage/sympytexpackage.pdf | bin | 410471 -> 0 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
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 Binary files differdeleted file mode 100644 index cb1f2ddc65b..00000000000 --- a/Master/texmf-dist/doc/latex/sympytexpackage/example.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/sympytexpackage/sympytexpackage.pdf b/Master/texmf-dist/doc/latex/sympytexpackage/sympytexpackage.pdf Binary files differdeleted file mode 100644 index 4594b19f652..00000000000 --- a/Master/texmf-dist/doc/latex/sympytexpackage/sympytexpackage.pdf +++ /dev/null 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/*/*/"); |