diff options
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 4 | ||||
-rw-r--r-- | Master/tlpkg/dev/srclist.txt | 7 |
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 # |