diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-01 17:52:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-01 17:52:42 +0000 |
commit | 89932411328fa7d9375927a54406fa3e5a8dc3da (patch) | |
tree | 97700d0a145fc02a65bf57519b068dc939012667 /Master/tlpkg/bin/check-files-by-format | |
parent | e679f428bdb13fa73eee30ec52dbddcb53683055 (diff) |
more check excludes; cd away for tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@42414 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, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 0e6be852bd9..c4e33c17230 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -127,6 +127,8 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/mathabx-type1/' => 1, # 14jan11 wrote bnb/preining --karl 'public/mathdesign/mdpus/' => 1,# 3jan16 author informed long ago, no release 'public/mathpazo/' => 1, + 'public/newpx/' => 1, # 21aug16 bluezones not worth fixing + 'public/newtx/' => 1, # 21aug16 bluezones not worth fixing 'public/ocherokee/' => 1, 'public/oinuit/' => 1, 'public/old-arrows/' => 1, # 2015 author unable/unwilling @@ -213,6 +215,7 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf', 'public/mathdesign/mdugm/' => 1, 'public/sansmathfonts/' => 2, # 20may13 ok with cmssbx12.tfm from sauter 'public/txfontsb/' => 1, + 'public/uppunctlm/' => 1, 'public/zefonts/' => 1, 'vntex/comicsansvn/' => 1, }; |