From e0860e5068cfd6454d368ff0b26a8c962bf29626 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 Mar 2015 23:24:55 +0000 Subject: don't worry about lollipop's btxmac.tex in tl. git-svn-id: svn://tug.org/texlive/trunk@36683 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index c7ceed2afef..c7a73821714 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -847,8 +847,9 @@ sub do_tlp { # We install our own stub, not ConTeXt's. I guess. next if $basefile eq "mptopdf.exe"; - # Lowercase readme wrongly matched against uppercase README in musixtex. - next if $basefile eq "readme"; + # btxmac.tex symlinked on CTAN, but we may as well keep the copy + # actually used in lollipop in TL (doc tree). + next if $basefile eq "btxmac.tex" && $file =~ m,/lollipop/,; # Wrong README gets compared. next if $basefile eq "README" && $file =~ m,/(pmx|cs)/,; -- cgit v1.2.3