diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-24 23:26:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-24 23:26:36 +0000 |
commit | a3bde12ddd0f6630ae30eda498cf6824e2b66fba (patch) | |
tree | 65c924e7333d9ea1ff7a8ecda5bb45f68406252c /Master/tlpkg | |
parent | 82f9afa0afb46184c964780dde8324cd64094e54 (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@39194 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 9 |
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, |