diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-03 22:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-03 22:49:07 +0000 |
commit | 5586007d785321661091295976af74c5397abe9e (patch) | |
tree | e34ad031fde445ac0b2396eb5a3d55deffa4847e /Master | |
parent | ee4ab901012be761b70b8cde7784d8c3f901b053 (diff) |
ignore fira, fontawesome, old-arrows
git-svn-id: svn://tug.org/texlive/trunk@39011 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 |