summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-files-by-format
diff options
context:
space:
mode:
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);