summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl9
-rw-r--r--Master/texmf-dist/doc/man/man1/mathspic.1 (renamed from Master/texmf-dist/doc/latex/mathspic/mathspic.1)0
-rw-r--r--Master/texmf-dist/doc/man/man1/mathspic.man1.pdfbin0 -> 30039 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
4 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 72ba8bf3ff9..664b4cb1343 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 31870 2013-10-09 23:03:59Z karl $
+# $Id: tlmgr.pl 31939 2013-10-18 05:23:26Z preining $
#
# Copyright 2008-2013 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-my $svnrev = '$Revision: 31870 $';
-my $datrev = '$Date: 2013-10-10 01:03:59 +0200 (Thu, 10 Oct 2013) $';
+my $svnrev = '$Revision: 31939 $';
+my $datrev = '$Date: 2013-10-18 07:23:26 +0200 (Fri, 18 Oct 2013) $';
my $tlmgrrevision;
my $prg;
if ($svnrev =~ m/: ([0-9]+) /) {
@@ -2014,6 +2014,9 @@ sub write_w32_updater {
(undef, undef, $mediatlp, $maxtlpdb) =
$remotetlpdb->virtual_candidate($pkg);
$repo = $maxtlpdb->root . "/$Archive";
+ # update the media type of the used tlpdb
+ # otherwise later on we stumble when preparing the updater
+ $media = $maxtlpdb->media;
} else {
$mediatlp = $remotetlpdb->get_package($pkg);
$repo = $remotetlpdb->root . "/$Archive";
diff --git a/Master/texmf-dist/doc/latex/mathspic/mathspic.1 b/Master/texmf-dist/doc/man/man1/mathspic.1
index 9ffa4b6c6c5..9ffa4b6c6c5 100644
--- a/Master/texmf-dist/doc/latex/mathspic/mathspic.1
+++ b/Master/texmf-dist/doc/man/man1/mathspic.1
diff --git a/Master/texmf-dist/doc/man/man1/mathspic.man1.pdf b/Master/texmf-dist/doc/man/man1/mathspic.man1.pdf
new file mode 100644
index 00000000000..5c0ca951e53
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/mathspic.man1.pdf
Binary files differ
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 353aba0e968..0b7b86d4495 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2499,6 +2499,7 @@ $standardxmt='\.xmt';
'latex-git-log' => '\.1$',
'latexdiff' => '\.1$',
'latexmk' => 'latexmk.1',
+ 'mathspic' => 'mathspic.1',
'mkjobtexmf' => 'mkjobtexmf.man',
'perltex' => 'perltex.1',
'pdfjam' => '\.1$',