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/tlpsrc | |
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/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.core.tlpsrc | 9 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 6 |
3 files changed, 17 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.core.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.core.tlpsrc index 16ae678719f..af51907123e 100644 --- a/Master/tlpkg/tlpsrc/00texlive.core.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.core.tlpsrc @@ -2,13 +2,16 @@ name 00texlive.core 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 check happy. +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 For information on the 00texlive prefix see longdesc 00texlive-installation.config(.tlpsrc) runpattern f README* runpattern d readme.html runpattern f LICENSE* runpattern f COPYING -runpattern f release-texlive.txt -runpattern f doc.html runpattern f index.html +runpattern f texmf/README +runpattern f texmf-dist/README +runpattern f texmf-doc/README diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index 62a35a5d378..9f532042bf8 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -1,5 +1,11 @@ name 00texlive.installer -longdesc This package contains the files necessary for the installer package +longdesc This package defines the files to go into the installer +longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built +longdesc by the tl-make-installer script. Most of what's here is also +longdesc included in the texlive.infra package -- ordinarily duplicates +longdesc are not allowed, but in this case, 00texlive.installer is never +longdesc used *except* to build the installer archives, so it's ok. +longdesc longdesc For information on the 00texlive prefix see longdesc 00texlive-installation.config(.tlpsrc) category TLCore diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index ed93018d27d..0b3c6ac27f3 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -3,11 +3,13 @@ category TLCore shortdesc basic TeX Live infrastructure longdesc This package contains the most important files for getting the longdesc TeX Live tools (like tlmgr) running. That comprises the perl -longdesc modules, documentation, and the lzma binaries (plus for win32 -longdesc tar and wget). +longdesc modules, documentation, and the lzma binaries (plus tar and +longdesc wget, for Windows). docpattern f tlpkg/man/* docpattern f tlpkg/doc/* docpattern f tlpkg/README +runpattern f release-texlive.txt +runpattern f doc.html runpattern f tlpkg/TeXLive/* runpattern f tlpkg/installer/wgetrc binpattern f/win32 tlpkg/installer/tar.exe |