diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-30 01:00:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-30 01:00:33 +0000 |
commit | d7aa49fcf1568abc7969220974b6490c38f771ff (patch) | |
tree | ce4d6e207e74276255e36c47d530d99f5795df84 | |
parent | 22a14624ae5b1e0752b212c51746ee7add2672b6 (diff) |
libertine.sty and m-tex4ht.tex duplicates are ok,
they are per-format specific.
git-svn-id: svn://tug.org/texlive/trunk@16867 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index c262da53890..ccd731e475c 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -3450,6 +3450,7 @@ sub check_runfiles { # Changes, README et al. 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)$/; # my @copies = grep (/\/$f$/, @runtime_files); # map files can be duplicated as long as copies don't concern the same engine |