diff options
author | Norbert Preining <preining@logic.at> | 2008-06-04 05:32:22 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-04 05:32:22 +0000 |
commit | 670c9053316ee331142a0783249d543d90756019 (patch) | |
tree | f2b5fe814c4e0e3812171b9606ad723a033ff5c3 | |
parent | fe03090fbb044302d73f77b4c922caac9d98ef2a (diff) |
document the 00texlive behaviour
git-svn-id: svn://tug.org/texlive/trunk@8535 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.config.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.core.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc b/Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc index fadc1d01b73..32fc5a893a7 100644 --- a/Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc @@ -6,6 +6,10 @@ longdesc the installer longdesc 2. on an installed system it serves as configuration file. Since longdesc we have to remember these settings for additional package longdesc installation, removal, etc. +longdesc Note concerning the name: +longdesc All packages starting with 00texlive are considered virtual packages +longdesc in the sense that no containers are generated and these packages +longdesc are never split into .src and .doc sub-packages in the tlpdb. depend platform: depend location:__MASTER__ depend opt_paper:a4 diff --git a/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc index 2f7990eda6f..20a37ed8c33 100644 --- a/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc @@ -8,6 +8,8 @@ longdesc appearance within the texlive.tlpdb. It is only on container level. longdesc The container_format/XXXXX specifies the format, currently allowed longdesc is only "lzma", which generates .tar.lzma files. zip can be supported. longdesc release/NNNN specifies the release number as used in the installer. +longdesc For information on the 00texlive prefix see +longdesc 00texlive-installation.config(.tlpsrc) depend container_split_src_files depend container_split_doc_files depend container_format/lzma diff --git a/Master/tlpkg/tlpsrc/00texlive.core.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.core.tlpsrc index 5ea0052a5dc..16ae678719f 100644 --- a/Master/tlpkg/tlpsrc/00texlive.core.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.core.tlpsrc @@ -3,6 +3,8 @@ 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 For information on the 00texlive prefix see +longdesc 00texlive-installation.config(.tlpsrc) runpattern f README* runpattern d readme.html runpattern f LICENSE* diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index 2d3e5afc34b..62a35a5d378 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -1,5 +1,7 @@ name 00texlive.installer longdesc This package contains the files necessary for the installer package +longdesc For information on the 00texlive prefix see +longdesc 00texlive-installation.config(.tlpsrc) category TLCore runpattern f install-tl runpattern f tlpkg/installer/install-tl.html |