summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-files-by-format
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-11 16:20:34 +0000
committerKarl Berry <karl@freefriends.org>2010-07-11 16:20:34 +0000
commitf8e9cc2cddf05b4443397e615e2f47cdcec2e023 (patch)
tree5e0cf06aa46c75eeb45dae0ee3cf1319b03cc856 /Master/tlpkg/bin/check-files-by-format
parent05d9f874728581e7f3cf429d2a1545f1df2ee228 (diff)
graphics, t1lint consistency
git-svn-id: svn://tug.org/texlive/trunk@19373 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index 389fd2bf932..5c2c93cef57 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -14,7 +14,6 @@
#
# Formats that might be added:
# - afm with (afm2pl?)
-# - otf with otfinfo -i -q >/dev/null
#
# Manuel Pégourié-Gonnard, 2010. WTFPL v2.
@@ -66,6 +65,8 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1',
'public/cjhebrew/' => 1,
'public/cmcyr/' => 1,
'public/cm-super/' => 1,
+ 'public/cm-unicode/Fontmap.CMU.pfb' => 1,
+ 'public/cm-unicode/cmunobi.pfb' => 1,
'public/cs/' => 1,
'public/doublestroke/' => 1,
'public/epiolmec/' => 1,
@@ -170,6 +171,8 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf',
# value has no meaning here
my $exclude_otf = { '*base*' => 'texmf-dist/fonts/opentype',
+ 'public/cm-unicode/Fontmap.CMU.otf' => 1,
+
};
my $tmpdir = File::Temp::tempdir(CLEANUP => 1);