From 4749dd16fb44ba940fda8c2e44750b7c27cc4df5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 26 May 2010 17:01:16 +0000 Subject: (check_files): do not worry about kinsoku.tex, known-different for ptex and platex. git-svn-id: svn://tug.org/texlive/trunk@18516 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master/texmf/scripts') diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 4f04e60a344..0b007f960f0 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -3545,7 +3545,7 @@ sub action_check { finish($ret); } -# check file coverage, roughly equivalent to tlpkg/bin/check-file-coverage +# check file coverage in both direction. # sub check_files { my $tltree = shift; @@ -3691,6 +3691,7 @@ sub check_runfiles { next if $f =~ /\.(afm|cfg|4hf|htf|xdy)$/; next if $f =~ /^(Changes|README|language\.dat|(czech|slovak)\.sty)$/; next if $f =~ /^(libertine\.sty|m-tex4ht\.tex|metatex\.tex)$/; + next if $f =~ /^kinsoku\.tex$/; next if $f =~ /^(ps2mfbas\.mf|pstricks\.con|tex4ht\.env)$/; next if $f =~ /^(texutil\.rb|tlmgrgui\.pl)$/; # -- cgit v1.2.3