summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-17 23:36:11 +0000
committerKarl Berry <karl@freefriends.org>2010-07-17 23:36:11 +0000
commitfcc5e4161f3bc1baddadbab0f3d2dd53c9fda15e (patch)
tree51db5f7a101d9f39e4b3c9e0d4b833ecbb48e9ae
parentaa94b33204a17588194cd3cb77ad481ccca7b492 (diff)
Fontmap.CMU.* now under doc.
git-svn-id: svn://tug.org/texlive/trunk@19508 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index 5c2c93cef57..ea333278143 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -65,7 +65,7 @@ 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,
+ 'texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.pfb' => 1,
'public/cm-unicode/cmunobi.pfb' => 1,
'public/cs/' => 1,
'public/doublestroke/' => 1,
@@ -171,7 +171,7 @@ 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,
+ 'texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.otf' => 1,
};