diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-15 22:27:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-15 22:27:51 +0000 |
commit | fe1372141796d147da25d41a965ee4b2c7923061 (patch) | |
tree | 4ea558339139a67d26f8bb76535ae39b8bc62ee3 | |
parent | 7b9665c65dbdfb9b3f2d0182bfc0ae1faa24ad79 (diff) |
different things (not) to check
git-svn-id: svn://tug.org/texlive/trunk@24601 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 182e5f14153..ae01e703735 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -33,10 +33,9 @@ use TeXLive::TLPDB; # 1 means pdfinfo issues errors but still exits successfully # 2 means pdfinfo exits non-zero my $exclude_pdf = { - 'texmf-dist/doc/latex/dvdcoll/dcexample.pdf' => 1, # [1] + 'texmf-dist/doc/fonts/frcursive/frcursive.pdf' => 1, # 14nov11 author cannot fix 'texmf/dvips/tetex/config.pdf' => 2, # not a PDF file actually }; -# cf thread started on pdftex@ 2010-03-01 # the value has no meaning here my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', @@ -99,7 +98,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/mathabx-type1/' => 1, # 14jan11 wrote bnb/preining --karl 'public/marvosym/' => 1, 'public/mathpazo/' => 1, - 'public/musixtex/' => 1, + 'public/musixtex-fonts/' => 1, # 2nov11 wrote tennent --karl 'public/ocherokee/' => 1, 'public/oinuit/' => 1, 'public/omega/' => 1, @@ -107,7 +106,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/pl/' => 1, 'public/pxfonts/' => 1, 'public/rsfs/' => 1, - 'public/starfont/' => 1, # reported to author 4oct10 + 'public/starfont/' => 1, # 4oct10 reported to author 'public/staves/' => 1, 'public/stmaryrd/' => 1, # blue values not defined, not maintained 'public/tabvar/' => 1, @@ -152,6 +151,7 @@ my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm', 'public/dozenal/' => 1, 'public/gfsbodoni/' => 1, 'public/malayalam/' => 1, + 'public/japanese-otf/' => 1, # japanese tfm's 'public/wnri/' => 1, 'public/wsuipa/' => 1, }; |