diff options
author | Norbert Preining <preining@logic.at> | 2012-05-14 03:56:56 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-05-14 03:56:56 +0000 |
commit | 4b47c7446fe3d2f3368e5267933678d1242963c4 (patch) | |
tree | e67d72287b540a05a58b1b7e0981baa56e2c6d66 /Master | |
parent | a2ee187048b15d27c84333e0fa574fa7390b5eb9 (diff) |
ignore uptex/jis tfm files
git-svn-id: svn://tug.org/texlive/trunk@26358 c570f23f-e606-0410-a88d-b1316a301751
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, }; |