diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 81a75c89af2..0c60d9a42d0 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -157,6 +157,7 @@ my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm', 'public/malayalam/' => 1, 'public/japanese-otf/' => 1, # japanese tfm's 'public/japanese-otf-uptex/' => 1, # japanese tfm's + 'uptex/jis/' => 1, 'public/wnri/' => 1, 'public/wsuipa/' => 1, }; |