summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-files-by-format
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-15 22:27:42 +0000
committerKarl Berry <karl@freefriends.org>2016-05-15 22:27:42 +0000
commit5b19cc3f148e14a4250f05e44b5be5dfa2088dcd (patch)
tree6f58bfa30a29e9181321556bf2f277c870babce8 /Master/tlpkg/bin/check-files-by-format
parent456dfcf24c9b4c9186aac8fcb6f2baf0e92e4350 (diff)
don't worry about uptex fonts
git-svn-id: svn://tug.org/texlive/trunk@41169 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index 074d6daaf91..8a352d97405 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -185,6 +185,8 @@ my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm',
'public/mathdesign/mdici/' => 1,# 3jan16 author informed long ago, no release
'public/mathdesign/mdpgd/' => 1,
'public/mathdesign/mdpus/' => 1,
+ 'uptex-fonts/jis/' => 1,
+ 'uptex-fonts/min/' => 1,
'public/wnri/' => 1,
'public/wsuipa/' => 1,
'public/zhmetrics-uptex/' => 1, # 25apr16 jfm files
@@ -217,6 +219,8 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf',
'public/txfontsb/' => 1,
'public/zefonts/' => 1,
'public/zhmetrics-uptex/' => 1, # 25apr16 jvf files
+ 'uptex-fonts/jis/' => 1, # 16may16 japanese fonts, presumably
+ 'uptex-fonts/min/' => 1,
'vntex/comicsansvn/' => 1,
};