summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-02-02 04:00:02 +0000
committerNorbert Preining <preining@logic.at>2012-02-02 04:00:02 +0000
commit354889ef4833dca2461040e05df4de6e29fd8e0a (patch)
tree874bbfebe9df2838f8f693effad0f7a5d3eb8256 /Master/tlpkg
parent3c3991df11d6008d02ba2bc232329c9eb990bdd3 (diff)
exclude japanese-otf-uptex tfms from being checked
git-svn-id: svn://tug.org/texlive/trunk@25273 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format1
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 8c74c7f4aff..163ba1e18a2 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -152,6 +152,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,
};