summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-30 16:17:32 +0000
committerKarl Berry <karl@freefriends.org>2018-10-30 16:17:32 +0000
commit2dc83ae1609f19dcb8a4e6d73399fabd920445af (patch)
treec9cadf6bcafbb0a5dac3e2f85a0176f455e8b34f /Master
parentf3edea755080432bf62dbb6672cc96180c07fe5e (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')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check8
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";