summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-17 23:46:17 +0000
committerKarl Berry <karl@freefriends.org>2012-12-17 23:46:17 +0000
commita9be70a79afe30937c809014d02feed956ba3e80 (patch)
treef59486b0d0aa0d622fcb877ef167e0493006841e /Master
parent7cb856305cd8e219bc80ee76bf622a4385a12ec0 (diff)
sync
git-svn-id: svn://tug.org/texlive/trunk@28559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format4
-rw-r--r--Master/tlpkg/dev/srclist.txt7
2 files changed, 9 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index 5470ae1b753..01a02e20689 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -36,7 +36,8 @@ my $exclude_pdf = {
# 14nov11 author cannot fix:
'texmf-dist/doc/fonts/frcursive/frcursive.pdf' => 1,
# 15dec12 derekn says will be fixed in next xpdf after 3.03:
- 'texmf-dist/doc/latex/ocgx/demo-ocgx.pdf' => 1,
+ # (causes seg fault now):
+ 'texmf-dist/doc/latex/ocgx/demo-ocgx.pdf' => -1,
'texmf/dvips/tetex/config.pdf' => 2, # not a PDF file
};
@@ -246,6 +247,7 @@ sub exclude_value {
# check a pdf file
sub check_pdf {
my ($file) = @_;
+ return if exclude_value($exclude_pfb, $file) < 0;
my $errfile = "$tmpdir/pdferr";
unlink($errfile);
my $bad_exit = system("pdfinfo $tlroot/$file >/dev/null 2>$errfile");
diff --git a/Master/tlpkg/dev/srclist.txt b/Master/tlpkg/dev/srclist.txt
index a8f0da92d1f..e36dcdbfa79 100644
--- a/Master/tlpkg/dev/srclist.txt
+++ b/Master/tlpkg/dev/srclist.txt
@@ -24,9 +24,14 @@ Master/tlpkg/TeXLive/TLConfig.pm Build/source/utils/biber/TeXLive/
Master/tlpkg/TeXLive/TLUtils.pm Build/source/texk/tests/TeXLive/
Master/tlpkg/TeXLive/TLConfig.pm Build/source/texk/tests/TeXLive/
#
-# used by pdftex, now maintained in lcdf-typetools:
+# Glyph lists used by pdftex, now maintained in lcdf-typetools:
Build/source/texk/lcdf-typetools/lcdf-typetools-*/glyphtounicode.tex Master/texmf/tex/generic/pdftex/glyphtounicode.tex
+Build/source/texk/lcdf-typetools/lcdf-typetools-*/glyphlist.txt Master/texmf-dist/fonts/map/glyphlist/glyphlist.txt
+Build/source/texk/lcdf-typetools/lcdf-typetools-*/texglyphlist.txt Master/texmf-dist/fonts/map/glyphlist/texglyphlist.txt
#
+# One more glyph list maintained in dvipdfmx, it seems.
+Build/source/texk/dvipdfmx/data/pdfglyphlist.txt Master/texmf-dist/fonts/map/glyphlist/pdfglyphlist.txt
+
# should be committed at the same time due to Id expansion, seems preferable?
Build/source/texk/texlive/w32_wrapper/runscript.tlu Master/bin/win32/runscript.tlu
#