diff options
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 9ac4fb1e29c..5a49ff6c212 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -15,7 +15,7 @@ # Formats that might be added: # - afm with (afm2pl?) # -# Manuel P\'egouri\'e-Gonnard, 2010. WTFPL v2. +# Manuel P\'egouri\'e-Gonnard, 2010-2012. WTFPL v2. use warnings; use File::Basename; @@ -156,6 +156,7 @@ my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm', 'public/gfsbodoni/' => 1, 'public/malayalam/' => 1, 'public/japanese-otf/' => 1, # japanese tfm's + 'public/japanese-otf-uptex/' => 1, # japanese tfm's 'public/wnri/' => 1, 'public/wsuipa/' => 1, }; |