summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-05 01:27:54 +0000
committerNorbert Preining <preining@logic.at>2021-04-05 01:27:54 +0000
commitfaafae680cd217cf8d85185f8a78818dac402a7d (patch)
treee9228879046139b15b633e5ba563963bbf965b79 /Master/texmf-dist/doc/support
parentb819a383cb88874c8b0932ac053c66d921fbf779 (diff)
fontools (5apr21)
git-svn-id: svn://tug.org/texlive/trunk@58747 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/fontools/README2
-rwxr-xr-xMaster/texmf-dist/doc/support/fontools/splitttc12
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/support/fontools/README b/Master/texmf-dist/doc/support/fontools/README
index d6c1bb177f6..f593643ecde 100644
--- a/Master/texmf-dist/doc/support/fontools/README
+++ b/Master/texmf-dist/doc/support/fontools/README
@@ -79,6 +79,6 @@ See the GNU General Public License for more details.
LICENSE & COPYRIGHT
===================
-This software is copyright (C) 2005-2020 Marc Penninga.
+This software is copyright (C) 2005-2021 Marc Penninga.
It is released under the terms of the GNU General Public Licence;
see the file GPLv2.txt for the license conditions.
diff --git a/Master/texmf-dist/doc/support/fontools/splitttc b/Master/texmf-dist/doc/support/fontools/splitttc
index 48ef2f66766..28e52c5a2e9 100755
--- a/Master/texmf-dist/doc/support/fontools/splitttc
+++ b/Master/texmf-dist/doc/support/fontools/splitttc
@@ -4,7 +4,7 @@
----------------------------------------------------------------------------
- Copyright (C) 2020 Marc Penninga.
+ Copyright (C) 2021 Marc Penninga.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -38,7 +38,7 @@ use File::Basename;
use Getopt::Long;
use Pod::Usage;
-my $VERSION = "20201218";
+my $VERSION = "20210401";
parse_commandline();
@@ -267,8 +267,8 @@ and option names may be shortened to a unique prefix.
=head1 OUTPUT
B<splitttc> tries to determine the 'PostScript name' of the resulting fonts
-and uses this to name the output files.
-If it cannot determine the PostScript name, it uses the basename of the input
+and uses these to name the output files.
+If it cannot determine the PostScript names, it uses the basename of the input
font collection file plus a three-digit sequence number:
F<<< I<< <input> >> 001.otf >>>, F<<< I<< <input> >> 002.otf >>> etc.
@@ -280,7 +280,7 @@ Marc Penninga <marcpenninga@gmail.com>
=head1 COPYRIGHT
-Copyright (C) 2020 Marc Penninga.
+Copyright (C) 2019-2021 Marc Penninga.
=head1 LICENSE
@@ -303,7 +303,7 @@ See the GNU General Public License for more details.
=head1 VERSION
-This document describes B<splitttc> version 20201218.
+This document describes B<splitttc> version 20210401.
=head1 RECENT CHANGES