summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-files-by-format
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format10
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