diff options
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-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, }; |