diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-27 22:03:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-27 22:03:40 +0000 |
commit | f039c2f2aca2bc74492e236124e24870749a8bc2 (patch) | |
tree | 3ed0edfc471e72af7bd7292d676f34c092e0908a /Build/source | |
parent | 04fdc1ed68f4000de0075c6c04cc6c2a527f1771 (diff) |
fontools (27nov19)
git-svn-id: svn://tug.org/texlive/trunk@52942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
3 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/fontools/afm2afm b/Build/source/texk/texlive/linked_scripts/fontools/afm2afm index c05b55fd363..65d03e3ef3c 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/afm2afm +++ b/Build/source/texk/texlive/linked_scripts/fontools/afm2afm @@ -37,7 +37,7 @@ use File::Basename; use Getopt::Long; use Pod::Usage; -my $VERSION = "20191118"; +my $VERSION = "20191126"; parse_commandline(); @@ -421,7 +421,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B<afm2afm> version 20191118. +This document describes B<afm2afm> version 20191126. =head1 RECENT CHANGES diff --git a/Build/source/texk/texlive/linked_scripts/fontools/autoinst b/Build/source/texk/texlive/linked_scripts/fontools/autoinst index 30a6a0f0ed6..038769de762 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/autoinst +++ b/Build/source/texk/texlive/linked_scripts/fontools/autoinst @@ -40,7 +40,7 @@ use Getopt::Long (); use Pod::Usage (); use POSIX (); -my $VERSION = '20191118'; +my $VERSION = '20191126'; my ($d, $m, $y) = (localtime time)[3 .. 5]; my $TODAY = sprintf "%04d/%02d/%02d", $y + 1900, $m + 1, $d; @@ -983,7 +983,7 @@ sub make_cmdline { "--encoding=$item->{encoding}[0]", set_targetdirs($item->{font}{family}), '--no-updmap', - ($item->{font}{filename} =~ m/[.]ttf\z/xms + ($item->{font}{filename} =~ m/[.]ttf\z/xmsi ? '--no-type1' : ''), ($SCHEME{$item->{encoding}[0]} @@ -2833,7 +2833,7 @@ GNU General Public License for more details. =head1 VERSION -This document describes B<autoinst> version 20191118. +This document describes B<autoinst> version 20191126. =head1 RECENT CHANGES diff --git a/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx b/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx index b26a9c79423..91e34e0fa8f 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx +++ b/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx @@ -38,7 +38,7 @@ use Getopt::Long (); use List::Util @List::Util::EXPORT_OK; use Pod::Usage; -my $VERSION = "20191118"; +my $VERSION = "20191126"; our ($NUM_GLYPHS, $UNITS_PER_EM, %kern); @@ -858,7 +858,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B<ot2kpx> version 20191118. +This document describes B<ot2kpx> version 20191126. =head1 RECENT CHANGES |