From 3c9c2c050c2ec0cb4425d36e2338e1d90139a191 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Apr 2014 18:36:53 +0000 Subject: dependencies changed; sync git-svn-id: svn://tug.org/texlive/trunk@33596 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/Makefile.in | 4 ++-- Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index 8bc0d16ceec..a17e5f6eefa 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -109,8 +109,8 @@ EXTRA_PROGRAMS = progname-test$(EXEEXT) xdirtest$(EXEEXT) DIST_COMMON = $(top_srcdir)/../../am/bin_links.am \ $(srcdir)/../../am/rebuild.am $(srcdir)/Makefile.in \ $(srcdir)/Makefile.am $(top_srcdir)/configure \ - $(am__configure_deps) $(srcdir)/c-auto.in strstr.c putenv.c \ - strtol.c strcasecmp.c $(dist_noinst_SCRIPTS) \ + $(am__configure_deps) $(srcdir)/c-auto.in putenv.c strtol.c \ + strstr.c strcasecmp.c $(dist_noinst_SCRIPTS) \ $(dist_web2c_SCRIPTS) $(top_srcdir)/../../build-aux/depcomp \ $(dist_noinst_DATA) $(dist_web2c_DATA) $(kpseinclude_HEADERS) \ $(noinst_HEADERS) $(top_srcdir)/../../build-aux/test-driver \ diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index ce1935042e0..43e90f0f0df 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 33571 2014-04-21 00:17:48Z karl $ +# $Id: tlmgr.pl 33590 2014-04-21 17:28:32Z karl $ # # Copyright 2008-2014 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -my $svnrev = '$Revision: 33571 $'; -my $datrev = '$Date: 2014-04-21 02:17:48 +0200 (Mon, 21 Apr 2014) $'; +my $svnrev = '$Revision: 33590 $'; +my $datrev = '$Date: 2014-04-21 19:28:32 +0200 (Mon, 21 Apr 2014) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { @@ -112,7 +112,7 @@ our $FLAG_INSTALL = "i"; our $FLAG_REINSTALL = "I"; # keep in sync with install-tl. -our $common_fmtutil_args = \ +our $common_fmtutil_args = "--no-error-if-no-engine=$TeXLive::TLConfig::PartialEngineSupport"; # option variables @@ -5069,8 +5069,8 @@ sub check_file { if (-r $f) { return 1; } else { - # not -r, so check for the extensions .bat and .exe on w32 and cygwin - if (($a eq "win32") || ($a eq "i386-cygwin")) { + # not -r, so check for the extensions .bat and .exe on windoze-ish. + if ($a =~ /win[0-9]|.*-cygwin/) { if (-r "$f.exe" || -r "$f.bat") { return 1; } @@ -6716,7 +6716,7 @@ instead of only the current user. All three options are on by default. =item B -=item B|--list]>> +=item B|--list]>> =back -- cgit v1.2.3