diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-09 13:09:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-09 13:09:25 +0000 |
commit | 50f52150516bb5f7e20bb1c586122ca09bd28f13 (patch) | |
tree | 8822a040ccf4609a69bf11dab1f8c87a78b2515d /Master/tlpkg/bin/check-file-coverage | |
parent | 5da0dbdab1336721cde8b5b5e54288d8dd740d39 (diff) |
move release-texlive.txt and doc.html to texlive.infra, so they can be updated later; move some exceptions from check-file-coverage to 00texlive.core; no containers for any 00texlive.*\. package
git-svn-id: svn://tug.org/texlive/trunk@8616 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-file-coverage')
-rwxr-xr-x | Master/tlpkg/bin/check-file-coverage | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/check-file-coverage b/Master/tlpkg/bin/check-file-coverage index e3cfdafcec6..00c9750eab5 100755 --- a/Master/tlpkg/bin/check-file-coverage +++ b/Master/tlpkg/bin/check-file-coverage @@ -24,14 +24,11 @@ use Getopt::Long; use Pod::Usage; use File::Path; - +# things listed in 00texlive.core.tlpsrc are effectively ignored also. my @IgnorePatterns = qw! .mkisofsrc$ autorun.inf$ - config.guess$ support/ source/ setuptl/ - texmf-dist/README$ texmf-doc/README$ texmf/README$ texmf-dist/ls-R$ texmf/ls-R$ - texmf/lists/ tlpkg/tlpsrc/ tlpkg/bin tlpkg/lib/ tlpkg/tests/ tlpkg/etc/ |