diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-10 16:53:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-10 16:53:51 +0000 |
commit | 071d9d5f04114b971a1e98c57d2ee8d5105f319f (patch) | |
tree | f785ccbd288eb4b305bb5eb39fbc3919a5c71c4e /Master/tlpkg/bin/check-files-by-format | |
parent | f4df876113fcb7bda86758e0c07ed4c441ed8aee (diff) |
pl = pl-mf + plpsfont
git-svn-id: svn://tug.org/texlive/trunk@36012 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 c4b4f34f382..c3fa163565e 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -122,7 +122,8 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/marvosym/' => 1, 'public/mathpazo/' => 1, 'public/musixtex-fonts/' => 1, # 2nov11 wrote tennent --karl - 'public/newtx/' => 1, # 12may12 author will fix in next release +# 'public/newtx/' => 1, # 12may12 author will fix in next release +# 'public/newtxtt/' => 1, # dec14 author will fix in next release 'public/ocherokee/' => 1, 'public/oinuit/' => 1, 'public/omega/' => 1, @@ -138,7 +139,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/tex-gyre/' => 1, 'public/txfonts/' => 1, 'public/txfontsb/' => 1, - 'public/wasy/' => 1, + 'public/wasy2-ps/' => 1, # too old, will not be updated 'public/xypic/' => 1, 'public/yhmath/' => 1, 'uhc/umj/' => 1, |