diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-20 22:03:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-20 22:03:01 +0000 |
commit | ebe7b205f19871b94550059eabd4d01a5c8035b0 (patch) | |
tree | e8344a0af48a73fc4ab00fee554f1e4ab7827b66 | |
parent | 4de8c125336c9f04a727c1457fd5cc9d03fc90cc (diff) |
mathspic.1 in man dir
git-svn-id: svn://tug.org/texlive/trunk@31957 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 9 | ||||
-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.pdf | bin | 0 -> 30039 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
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 Binary files differnew file mode 100644 index 00000000000..5c0ca951e53 --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/mathspic.man1.pdf 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$', |