From 8fcc18b3a3eb9b0a17934b27fd89084a33f81c38 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 11 Apr 2013 09:51:12 +0000 Subject: linked scripts: Sync Master => Build git-svn-id: svn://tug.org/texlive/trunk@29859 c570f23f-e606-0410-a88d-b1316a301751 --- .../jfontmaps/kanji-fontmap-creator.pl | 8 +++---- .../texk/texlive/linked_scripts/texlive/tlmgr.pl | 27 +++++++++------------- 2 files changed, 14 insertions(+), 21 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-fontmap-creator.pl b/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-fontmap-creator.pl index 4efa57f4849..4ba0a61c4e1 100755 --- a/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-fontmap-creator.pl +++ b/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-fontmap-creator.pl @@ -1,7 +1,8 @@ #!/usr/bin/env perl # # kanji-fontmap-creator -# (c) 2012 Norbert Preining +# (c) 2012-2013 Norbert Preining +# Version: 20130410.0 # Licenced under the GPLv2 or any higher version # # gui to create map files for updmap(-setup-kanji) @@ -40,10 +41,7 @@ my $opt_help = 0; my $opt_version = 0; my $prg = "kanji-fontmap-creator"; -my $svnrev = '$Revision: 29111 $'; -$svnrev =~ m/: ([0-9]+) /; -my $version = "0.1 (svn$svnrev)"; - +my $version = "20130410.0"; # # global vars configuring operation diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index b32db227997..2c13056549d 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 29747 2013-04-08 18:19:33Z karl $ +# $Id: tlmgr.pl 29829 2013-04-10 18:39:51Z 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: 29747 $'; -my $datrev = '$Date: 2013-04-08 20:19:33 +0200 (Mon, 08 Apr 2013) $'; +my $svnrev = '$Revision: 29829 $'; +my $datrev = '$Date: 2013-04-10 20:39:51 +0200 (Wed, 10 Apr 2013) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { @@ -4586,21 +4586,16 @@ sub check_files { my $arch = $localtlpdb->platform(); return $ret if $arch eq "win32"; - # check that all files in the trees are covered. - # + # check that all files in the trees are covered, along with + # 00texlive.image, q.v. The ones here are not included in the + # archival source/ tarball; my @IgnorePatterns = qw! - support/ source/ setuptl/ + source/ texmf-dist/ls-R$ texmf-doc/ls-R$ - tlpkg/tlpsrc tlpkg/bin tlpkg/lib/ tlpkg/libexec tlpkg/tests/ tlpkg/etc - tlpkg/texlive.tlpdb - tlpkg/tlpobj - texmf-var/ - texmf-config/ - texmf.cnf - install-tl.log - tlpkg/texlive.profile - tlpkg/installer - tlpkg/backups/ + tlpkg/archive tlpkg/backups tlpkg/installer + tlpkg/texlive.tlpdb tlpkg/tlpobj tlpkg/texlive.profile + texmf-var/ texmf-config/ + texmf.cnf install-tl.log !; my %tltreefiles = %{$tltree->{'_allfiles'}}; my @tlpdbfiles = keys %filetopacks; -- cgit v1.2.3