diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/rungs.tlu | 8 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/rungs.tlu b/Build/source/texk/texlive/linked_scripts/texlive/rungs.tlu index 277657731ec..b9d4caf34ef 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/rungs.tlu +++ b/Build/source/texk/texlive/linked_scripts/texlive/rungs.tlu @@ -1,12 +1,12 @@ #!/usr/bin/env texlua --*-Lua-*- --- $Id: rungs.tlu 29719 2013-04-07 18:42:53Z karl $ +-- $Id: rungs.tlu 30101 2013-04-25 17:29:00Z karl $ +-- rungs - Run Ghostscript (gs on Unix, gswin32c on Windows) +-- (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.) --- Copyright (C) 2008 Reinhard Kotucha. +-- Copyright (C) 2008-2013 Reinhard Kotucha. -- You may freely use, modify and/or distribute this file. --- Run Ghostscript (gs on Unix, gswin32c on Windows) - function fixwin(args_unix) if os.type == 'windows' then local args_win={} -- new table diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index dd0e31a4471..bc455ee0d9d 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 29950 2013-04-15 17:35:00Z karl $ +# $Id: tlmgr.pl 30095 2013-04-24 23:05:08Z karl $ # # Copyright 2008-2013 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -my $svnrev = '$Revision: 29950 $'; -my $datrev = '$Date: 2013-04-15 19:35:00 +0200 (Mon, 15 Apr 2013) $'; +my $svnrev = '$Revision: 30095 $'; +my $datrev = '$Date: 2013-04-25 01:05:08 +0200 (Thu, 25 Apr 2013) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { @@ -4746,6 +4746,7 @@ sub check_runfiles { |pstricks\.con |sample\.bib |tex4ht\.env + |test\.mf |texutil\.rb |tlmgrgui\.pl )$/x; |