diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-08 21:18:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-08 21:18:36 +0000 |
commit | 520fec3063ffc0dc67fa9bc435e18770dc071729 (patch) | |
tree | bfff3493447d9848d6a7708df6d4bbabc19957c5 /Master/tlpkg/bin | |
parent | d43d80f432c70fb2110bdcfb2cdd335858a5b2c7 (diff) |
gbt7714 (8jun20)
git-svn-id: svn://tug.org/texlive/trunk@55482 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 779b61b75f5..d564a0f6e66 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -1098,6 +1098,9 @@ sub do_tlp { # Wrong README gets compared. next if $basefile eq "README" && $file =~ m,/(pmx|cs)/,; + # Upstream README is gratuitously different. + next if $basefile =~ /^README/ && $file =~ m,/(curve2e|marathi)/,; + my $tl_file = "$Master/$file"; if (! -e $tl_file) { warn "$tl_file: TL file missing\n"; |