summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-07-30 21:16:18 +0000
committerKarl Berry <karl@freefriends.org>2020-07-30 21:16:18 +0000
commit55a6844cdff48651b5ec09c6893209cf01c8307b (patch)
treed3d6f5a2fbec24019e85f54825230251cc69c58f /Master/texmf-dist/doc/support
parentfb11371c19b57c4115ba465bf2c49afe3bf03be4 (diff)
fontools (30jul20)
git-svn-id: svn://tug.org/texlive/trunk@55997 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/fontools/README7
-rwxr-xr-xMaster/texmf-dist/doc/support/fontools/splitttc4
2 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/support/fontools/README b/Master/texmf-dist/doc/support/fontools/README
index 50e0114ac22..d6c1bb177f6 100644
--- a/Master/texmf-dist/doc/support/fontools/README
+++ b/Master/texmf-dist/doc/support/fontools/README
@@ -32,9 +32,10 @@ Perl
for Windows, try ActivePerl (http://www.activestate.com)
or Strawberry Perl (http://strawberryperl.com).
-LCDF TypeTools
- Of course, Autoinst needs the LCDF TypeTools;
- they should be installed in a directory on your PATH.
+LCDF TypeTools and T1Utils
+ Of course, Autoinst needs the LCDF TypeTools and T1Utils
+ (available from www.lcdf.org/type, and also on CTAN and in TeXLive);
+ these should be installed in a directory on your PATH.
Kpathsea
Automatically installing the fonts into a suitable TEXMF tree
diff --git a/Master/texmf-dist/doc/support/fontools/splitttc b/Master/texmf-dist/doc/support/fontools/splitttc
index b4045270c79..b039b33875a 100755
--- a/Master/texmf-dist/doc/support/fontools/splitttc
+++ b/Master/texmf-dist/doc/support/fontools/splitttc
@@ -38,7 +38,7 @@ use File::Basename;
use Getopt::Long;
use Pod::Usage;
-my $VERSION = "20200619";
+my $VERSION = "20200729";
parse_commandline();
@@ -303,7 +303,7 @@ See the GNU General Public License for more details.
=head1 VERSION
-This document describes B<splitttc> version 20200619.
+This document describes B<splitttc> version 20200729.
=head1 RECENT CHANGES