diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-22 23:59:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-22 23:59:16 +0000 |
commit | 44be3cb6c02aa51896d009214a1329c043f0f672 (patch) | |
tree | 68c0eefbd26e38d8197a906cccb52623e4252296 /Master/tlpkg/bin/check-files-by-format | |
parent | f2724d7a2a6e09427794ce270a32ac4172fbfdaa (diff) |
amsmath from original ams -- updated pdfs only (and inconsequential diffs-m.txt move)
git-svn-id: svn://tug.org/texlive/trunk@30645 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 8a3f70aaae3..566923ea173 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -96,6 +96,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/gfssolomos/' => 1, 'public/hacm/' => 1, 'public/initials/' => 1, + 'public/ipaex-type1/' => 1, # 20may13 too many to bother reporting 'public/itrans/' => 1, 'public/kerkis/' => 1, 'public/kpfonts/' => 1, @@ -180,6 +181,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 'mathdesign/mdbch/' => 1, 'mathdesign/mdput/' => 1, 'mathdesign/mdugm/' => 1, |