summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-files-by-format
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-24 23:26:36 +0000
committerKarl Berry <karl@freefriends.org>2015-12-24 23:26:36 +0000
commita3bde12ddd0f6630ae30eda498cf6824e2b66fba (patch)
tree65c924e7333d9ea1ff7a8ecda5bb45f68406252c /Master/tlpkg/bin/check-files-by-format
parent82f9afa0afb46184c964780dde8324cd64094e54 (diff)
sync
git-svn-id: svn://tug.org/texlive/trunk@39194 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index 80d21267551..fa2704d8fc2 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -43,9 +43,12 @@ 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 = {
- # author cannot fix:
- 'texmf-dist/doc/fonts/frcursive/frcursive.pdf' => 1, # 14nov11
- 'texmf-dist/doc/generic/pst-perspective/' => 1, # 17apr14
+ # 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:
+ '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,