diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-01 22:48:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-01 22:48:24 +0000 |
commit | 34615061f7bba2f4ae25382b367d82f5d7b78f20 (patch) | |
tree | b756cd9df547c69b613218b4c0f9a86d0f4478a8 /Master/tlpkg/bin | |
parent | bfb2af92e72c2c10ec2a241ee255a2b84b77dc5a (diff) |
(exclude_pdf): pdfinfo on dcexample.pdf and visualFAQ.pdf
reports AcroForm errors; not worth worrying about.
git-svn-id: svn://tug.org/texlive/trunk@42618 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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 c4e33c17230..df51ba1d773 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -49,6 +49,8 @@ my $exclude_pdf = { 'texmf-dist/doc/generic/pst-perspective/' => 1, # 2jul16+20dec15 "couldn't read xref table", but seems basically ok: 'texmf-dist/doc/latex/bookcover/figures/ekflogo.pdf' => 1, + 'texmf-dist/doc/latex/dvdcoll/dcexample.pdf' => 1, # acroform but ok + 'texmf-dist/doc/latex/visualfaq/visualFAQ.pdf' => 1, # acroform but ok 'texmf-dist/doc/latex/ksp-thesis/ksp-thesis.pdf' => 1, # 4aug16 pdfinfo from xpdf 3.03 crashes (reported to derekn): 'texmf-dist/doc/latex/ocgx/demo-ocgx.pdf' => -1, |