diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-01 00:36:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-01 00:36:47 +0000 |
commit | 24a1e484a0f4fb99f26a202ec0d1afdcff826654 (patch) | |
tree | c0b1710a9362b1f7528fedafa2910ceb2919309b /Master/texmf | |
parent | 4e40a2f3c1a546cc9158f699c0c61833a62870b0 (diff) |
metatex.tex is ok too
git-svn-id: svn://tug.org/texlive/trunk@16886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index ccd731e475c..b478bd6be76 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -3447,10 +3447,10 @@ sub check_runfiles { # foreach my $f (@duplicates) { # assume tex4ht, xdy, afm stuff is ok, and don't worry about - # Changes, README et al. + # Changes, README et al. Other per-format versions. 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)$/; + next if $f =~ /^(libertine\.sty|m-tex4ht\.tex|metatex\.tex)$/; # my @copies = grep (/\/$f$/, @runtime_files); # map files can be duplicated as long as copies don't concern the same engine |