summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl4
-rw-r--r--Master/tlpkg/tlpsrc/00texlive.image.tlpsrc11
2 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 9d70e817c5b..ed4cd20a2a3 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2562,7 +2562,6 @@ sub check_files {
# do check that all files in the trees are covered
#
my @IgnorePatterns = qw!
- .mkisofsrc$ autorun.inf$
support/ source/ setuptl/
texmf-dist/ls-R$ texmf-doc/ls-R$ texmf/ls-R$
tlpkg/tlpsrc tlpkg/bin tlpkg/lib/ tlpkg/libexec tlpkg/tests/ tlpkg/etc
@@ -2574,9 +2573,6 @@ sub check_files {
install-tl.log
tlpkg/texlive.profile
tlpkg/installer
- install-tl$
- install-tl.bat$
- install-tl.bat.manifest$
!;
my %tltreefiles = %{$tltree->{'_allfiles'}};
my @tlpdbfiles = keys %filetopacks;
diff --git a/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc
index 65dd1c00383..8b1db074c6a 100644
--- a/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc
+++ b/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc
@@ -1,16 +1,23 @@
category TLCore
longdesc This package collects some files which are not caught by any of the
-longdesc other TL packages. Its primary purpose is to make the file coverage
+longdesc other TL packages. Its purpose is to make the file coverage
longdesc check happy. The files here are not copied by the installer
longdesc and containers are not built; they exist only in the
-longdesc full DVD image.
+longdesc full DVD image or the installer archives.
+longdesc
+longdesc The IgnorePatterns in the check_files routine in tlmgr.pl
+longdesc augment this list.
+longdesc
longdesc For information on the 00texlive prefix see
longdesc 00texlive.installation(.tlpsrc)
runpattern d tlpkg/archive
runpattern d tlpkg/doc
runpattern d tlpkg/libexec
+runpattern f .mkisofsrc
+runpattern f autorun.inf
runpattern f texmf-dist/README
runpattern f texmf/README
runpattern f texmf/doc/man/Makefile
runpattern f texmf/doc/man/man1/Makefile
runpattern f texmf/doc/man/man5/Makefile
+runpattern f install-tl*