diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 17:13:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 17:13:20 +0000 |
commit | 136ae9a638f030752ad667564f63a029178bd6ae (patch) | |
tree | 46994c71c844d51c16f426412ede3d9d19cca4c6 /Master/tlpkg/bin/check-files-by-format | |
parent | 3a1a7d4c46761ce5fb8b94d5aa892ad43de7dff0 (diff) |
start 2014 pretest (per doc/releng.txt)
git-svn-id: svn://tug.org/texlive/trunk@33475 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 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 150b8b21d31..20f78344126 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -15,7 +15,7 @@ # Formats that might be added: # - afm with (afm2pl?) # -# Manuel P\'egouri\'e-Gonnard, 2010-2013. WTFPL v2. +# Manuel P\'egouri\'e-Gonnard, 2010-2014. WTFPL v2. BEGIN { # $^W = 1; @@ -43,12 +43,14 @@ my $exclude_otf = { '*base*' => 'texmf-dist/fonts/opentype', # 1 means pdfinfo issues errors but still exits successfully # 2 means pdfinfo exits non-zero my $exclude_pdf = { - # 14nov11 author cannot fix: - 'texmf-dist/doc/fonts/frcursive/frcursive.pdf' => 1, + # author cannot fix: + 'texmf-dist/doc/fonts/frcursive/frcursive.pdf' => 1, # 14nov11 + 'texmf-dist/doc/generic/pst-perspective/' => 1, # 17apr14 # 15dec12 derekn says will be fixed in next xpdf after 3.03: # (causes seg fault now): 'texmf-dist/doc/latex/ocgx/demo-ocgx.pdf' => -1, - 'texmf-dist/dvips/tetex/config.pdf' => -1, # not a PDF file + # not a PDF file: + 'texmf-dist/dvips/tetex/config.pdf' => -1, }; # the value has no meaning here |