diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-15 22:27:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-15 22:27:42 +0000 |
commit | 5b19cc3f148e14a4250f05e44b5be5dfa2088dcd (patch) | |
tree | 6f58bfa30a29e9181321556bf2f277c870babce8 | |
parent | 456dfcf24c9b4c9186aac8fcb6f2baf0e92e4350 (diff) |
don't worry about uptex fonts
git-svn-id: svn://tug.org/texlive/trunk@41169 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 074d6daaf91..8a352d97405 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -185,6 +185,8 @@ my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm', 'public/mathdesign/mdici/' => 1,# 3jan16 author informed long ago, no release 'public/mathdesign/mdpgd/' => 1, 'public/mathdesign/mdpus/' => 1, + 'uptex-fonts/jis/' => 1, + 'uptex-fonts/min/' => 1, 'public/wnri/' => 1, 'public/wsuipa/' => 1, 'public/zhmetrics-uptex/' => 1, # 25apr16 jfm files @@ -217,6 +219,8 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf', 'public/txfontsb/' => 1, 'public/zefonts/' => 1, 'public/zhmetrics-uptex/' => 1, # 25apr16 jvf files + 'uptex-fonts/jis/' => 1, # 16may16 japanese fonts, presumably + 'uptex-fonts/min/' => 1, 'vntex/comicsansvn/' => 1, }; |