diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-04 23:57:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-04 23:57:05 +0000 |
commit | 00041ba7082175ecb4164449c169306eb6ca6a29 (patch) | |
tree | 60047ffa5857fd8069f9c1b8365e1334a7173ce5 | |
parent | d477dba81b57eae2f25a8401ac04bcacf0d0924d (diff) |
exclude VF public/sansmathfonts (requires sauter
cmssbx12.tfm), and PFB public/ascii-font (renamed from
ascii).
git-svn-id: svn://tug.org/texlive/trunk@31348 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 4 |
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 473f7a4a839..1be522f660f 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -71,7 +71,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/amsfonts/cm/' => 1, 'public/amsfonts/cmextra/' => 1, 'public/arev/' => 1, - 'public/ascii/' => 1, + 'public/ascii-font/' => 1, 'public/aspectratio/' => 1, # 11feb12 reported to author 'public/augie/' => 1, 'public/aurical/' => 1, @@ -190,7 +190,7 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf', 'public/gfssolomos/' => 1, 'public/hfoldsty/' => 1, 'public/kerkis/' => 1, - 'public/sansmathfonts' => 2, # 20may13 generated by mktextfm + 'public/sansmathfonts' => 2, # 20may13 ok with cmssbx12.tfm from sauter 'mathdesign/mdbch/' => 1, 'mathdesign/mdput/' => 1, 'mathdesign/mdugm/' => 1, |