diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-24 01:17:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-24 01:17:07 +0000 |
commit | 2cc2d8c0e0cf71870980839e3c308789513787a7 (patch) | |
tree | 8e12c05e865f1017b040a2b0cb18ae3ffcdd1fbf /Master/tlpkg/bin/check-files-by-format | |
parent | 3b5412b9ecf89fd732c24ca00c3dcc8b4114b1b2 (diff) |
consistency
git-svn-id: svn://tug.org/texlive/trunk@20547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 8d2b5e9fa02..fd6e54e9d21 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -60,6 +60,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/ascii/' => 1, 'public/augie/' => 1, 'public/aurical/' => 1, + 'public/bbold-type1' => 1, # old y&y fonts, won't be changing 'public/belleek/' => 1, 'public/bera/' => 1, 'public/brushscr/' => 1, @@ -252,7 +253,7 @@ sub check_pfb my $errfile = "$tmpdir/pfberr"; unlink($errfile); my $bad = system("t1lint -q $tlroot/$file"); - print "Broken PFB: $file\n" if $bad; + print "Bad PFB: $file\n" if $bad; } # check a tfm file |