summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-04-11 09:51:12 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-04-11 09:51:12 +0000
commit8fcc18b3a3eb9b0a17934b27fd89084a33f81c38 (patch)
treeeaf5188603f85713cd41f8eb349fd1c2155bcb83 /Build/source
parentb3775bffa3f725af13a547184349a55bd96d07a9 (diff)
linked scripts: Sync Master => Build
git-svn-id: svn://tug.org/texlive/trunk@29859 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/jfontmaps/kanji-fontmap-creator.pl8
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl27
2 files changed, 14 insertions, 21 deletions
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;