summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-23 22:19:52 +0000
committerKarl Berry <karl@freefriends.org>2017-01-23 22:19:52 +0000
commita04343571ee56268bda5b9d35c4090c0d15611d1 (patch)
tree27aafcc2e1100f2c60774f9ab963df9d665b0bf1 /Build
parent49b9793ba262cd7287ce46d302f5e0f065f69531 (diff)
pdflatexpicscale (23jan17)
git-svn-id: svn://tug.org/texlive/trunk@43035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/pdflatexpicscale/pdflatexpicscale.pl13
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl8
2 files changed, 13 insertions, 8 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/pdflatexpicscale/pdflatexpicscale.pl b/Build/source/texk/texlive/linked_scripts/pdflatexpicscale/pdflatexpicscale.pl
index b37516de7e8..9062e68b233 100755
--- a/Build/source/texk/texlive/linked_scripts/pdflatexpicscale/pdflatexpicscale.pl
+++ b/Build/source/texk/texlive/linked_scripts/pdflatexpicscale/pdflatexpicscale.pl
@@ -1,15 +1,20 @@
#!/usr/bin/perl -w
# Scale pictures to be included into a LaTeX generated PDF file.
-# version 0.2 written by peter willadt
-# contact willadt at t-online.de
+# written by peter willadt
+# contact: willadt at t-online.de
# this software is subject to the LaTeX project public license.
# changes:
# 2016-07-27 first public release
# 2016-08-02 changed regex to prevent problem with long filenames
# 2016-08-02 changed > to gt (shame on me)
# 2016-10-20 corrected behaviour when program gets called without arguments
-# (shame on me, again)
+# (shame on me, again)
# 2016-10-20 added undocumented switch --help to show usage.
+# 2017-01-23 Updated documentation (see pdflatexpicscale.tex),
+# and corrected version number
+# Please note: version numbers will be updated to keep sync
+# with the documentation, even when the perl code does not change.
+#
use strict;
use File::Basename;
use File::Spec;
@@ -17,7 +22,7 @@ use File::Copy;
use Getopt::Long;
my $version = '0.3';
-my $versiondate = '2016-10-20';
+my $versiondate = '2017-01-23'; #version %version
my $showversion;
my $verbose;
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 1f5d205e253..b6cbb8312ae 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,13 +1,13 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 41794 2016-08-03 23:11:36Z karl $
+# $Id: tlmgr.pl 42960 2017-01-15 11:47:53Z preining $
#
# Copyright 2008-2016 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
-my $svnrev = '$Revision: 41794 $';
-my $datrev = '$Date: 2016-08-04 01:11:36 +0200 (Thu, 04 Aug 2016) $';
+my $svnrev = '$Revision: 42960 $';
+my $datrev = '$Date: 2017-01-15 12:47:53 +0100 (Sun, 15 Jan 2017) $';
my $tlmgrrevision;
my $prg;
if ($svnrev =~ m/: ([0-9]+) /) {
@@ -5068,7 +5068,7 @@ sub check_executes {
if ($e =~ m/add(Mixed|Kanji)?Map\s+(.*)$/) {
my $foo = $2;
chomp($foo);
- if ($foo !~ m/\@kanjiEmbed@/) {
+ if ($foo !~ m/\@(kanji|ja|tc|sc|ko)Embed@/) {
push @{$maps{$foo}}, $pkg;
}
} elsif ($e =~ m/AddFormat\s+(.*)$/) {