diff options
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 871cc31fffc..768d3986363 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -185,6 +185,7 @@ my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm', 'public/mathdesign/' => 1, # 3jan16 author informed long ago, no release 'public/wnri/' => 1, 'public/wsuipa/' => 1, + 'public/zhmetrics-uptex/' => 1, # 25apr16 jfm files }; @@ -207,6 +208,7 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf', 'public/sansmathfonts/' => 2, # 20may13 ok with cmssbx12.tfm from sauter 'public/txfontsb/' => 1, 'public/zefonts/' => 1, + 'public/zhmetrics-uptex/' => 1, # 25apr16 jvf files 'vntex/comicsansvn/' => 1, }; |