diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-30 16:17:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-30 16:17:32 +0000 |
commit | 2dc83ae1609f19dcb8a4e6d73399fabd920445af (patch) | |
tree | c9cadf6bcafbb0a5dac3e2f85a0176f455e8b34f /Master/tlpkg | |
parent | f3edea755080432bf62dbb6672cc96180c07fe5e (diff) |
knuth files ok now, but a couple from mathpazo not
git-svn-id: svn://tug.org/texlive/trunk@49027 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index df3f9902b21..9a6774917ba 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -982,10 +982,10 @@ sub do_tlp { # all we have to compare. next if $file =~ /\.pdf$/ && $file !~ /short|mathdesign/; - # knuth.tds.zip (from latex-tds) is wrong wrt to the actual - # originals, which we installed by hand. Don't check them until fixes. - next if $file =~ m,/(mf84.bug|tex82.bug|errorlog.tex)$,; - + # seems mathpazo files were updated in TL and not CTAN. + # Too old to worry about. + next if $basefile =~ m,(pazofnst.tex|Makefile)$, && $file =~ m,/mathpazo/,; + # We install our own stub, not ConTeXt's. I guess. next if $basefile eq "mptopdf.exe"; |