summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-files-by-format
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-15 23:26:55 +0000
committerKarl Berry <karl@freefriends.org>2012-05-15 23:26:55 +0000
commitd5e86badd7c1f723fc85bcb8851a5ccda488f9a3 (patch)
tree5a26bd9560efd78492fe43a21846eeb4be15a440 /Master/tlpkg/bin/check-files-by-format
parent21ce5eeed6e0c65bba85f3830d88e34c797a26eb (diff)
more generic output grep; omit japanese tfms again; kfreebsd url change
git-svn-id: svn://tug.org/texlive/trunk@26418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format3
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,
};