diff options
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 5307c5cd2d6..80d21267551 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -98,8 +98,10 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/ethiop-t1/' => 1, 'public/eurosym/' => 1, 'public/fbb/' => 1, # 23aug13 bluevalues, not fixable + 'public/fira/' => 1, # 2015 author unable/unwilling 'public/foekfont/' => 1, 'public/fonetika/' => 1, + 'public/fontawesome/' => 1, # 2015 author unable/unwilling 'public/fourier/' => 1, 'public/gfsartemisia/' => 1, 'public/gfsbaskerville/' => 1, @@ -123,6 +125,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/mathpazo/' => 1, 'public/ocherokee/' => 1, 'public/oinuit/' => 1, + 'public/old-arrows/' => 1, # 2015 author unable/unwilling 'public/omega/' => 1, 'public/phaistos/' => 1, 'public/playfair/' => 1, # 15mar14 known hinting issues |