diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-25 22:21:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-25 22:21:39 +0000 |
commit | 0e656076b4c9e4509c651fddb8de27f9f3982367 (patch) | |
tree | 32cb44ad0dc902dc7a2c8d2c1251f5cf78334b8b /Master/tlpkg | |
parent | e8c0277b3365060a98998bdaab928dcc7adfb98f (diff) |
yhmath (25feb19)
git-svn-id: svn://tug.org/texlive/trunk@50127 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 55aaea30c97..4419944888d 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -1010,6 +1010,9 @@ sub do_tlp { # actually used in lollipop in TL (doc tree). next if $basefile eq "btxmac.tex" && $file =~ m,/lollipop/,; + # Different cluttex.lua gets installed. + next if $basefile eq "cluttex.lua"; + # Wrong README gets compared. next if $basefile eq "README" && $file =~ m,/(pmx|cs)/,; |