summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-files-by-format
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-02 00:54:11 +0000
committerKarl Berry <karl@freefriends.org>2016-07-02 00:54:11 +0000
commit454b7b67c9ad40d03c54252e9da17b04a78ef56e (patch)
treeb0534bbff3d916864263a047688d17baa61d528a /Master/tlpkg/bin/check-files-by-format
parentaf864fc6811880ec8d533d5f5b3fc5ba3e792f62 (diff)
sync
git-svn-id: svn://tug.org/texlive/trunk@41601 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index 3100a132a28..47b754d03b9 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -42,16 +42,15 @@ my $exclude_otf = { '*base*' => 'texmf-dist/fonts/opentype',
# 1 means pdfinfo issues errors but still exits successfully
# 2 means pdfinfo exits non-zero
+# -1 means skip completely.
my $exclude_pdf = {
# 14nov11 author cannot fix:
'texmf-dist/doc/fonts/frcursive/frcursive.pdf' => 1,
# 17apr14 unknown:
'texmf-dist/doc/generic/pst-perspective/' => 1,
- # 20dec15 "couldn't read xref table", but seems mostly ok:
+ # 2jul16+20dec15 "couldn't read xref table", but seems basically ok:
+ 'texmf-dist/doc/latex/bookcover/figures/ekflogo.pdf' => 1,
'texmf-dist/doc/latex/ksp-thesis/ksp-thesis.pdf' => 1,
- # 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,
# not a PDF file:
'texmf-dist/dvips/tetex/config.pdf' => -1,
};