summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-25 17:29:40 +0000
committerKarl Berry <karl@freefriends.org>2013-04-25 17:29:40 +0000
commitd5e3c90d94a967b4c6fd0a3867d9ffdf47925a06 (patch)
treed5c1252e73a84700879e70c70ad40144c63db713
parenta7acd97d46832ffcc1d0b9261bb23cb1fd2f4bb5 (diff)
sync
git-svn-id: svn://tug.org/texlive/trunk@30102 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/rungs.tlu8
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl7
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;