diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-02 18:02:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-02 18:02:32 +0000 |
commit | ec2695953d651111268fe88a6c24cf02fc3750df (patch) | |
tree | d9c6e8d9797f4f5933baaaf25a8b2b4ccba71022 /Master/tlpkg/bin/check-files-by-format | |
parent | 60492ebe7d5cab51e7db64e9ed4c18876d51ca62 (diff) |
consistence
git-svn-id: svn://tug.org/texlive/trunk@20637 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index f9d58d4f95e..d076ea80250 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -140,11 +140,12 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', # the value has no meaning here my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm', + 'jknappen/ec/' => 1, + 'jknappen/fc/' => 1, 'public/arev/' => 1, + 'public/chess/' => 1, # original has extra bytes, not worth fixing 'public/cmcyr/' => 1, 'public/dozenal/' => 1, - 'jknappen/ec/' => 1, - 'jknappen/fc/' => 1, 'public/gfsbodoni/' => 1, 'public/malayalam/' => 1, 'public/wnri/' => 1, |