diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-01 01:05:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-01 01:05:16 +0000 |
commit | 3b9ba86d863b0a50110a473290c5c9edb048981f (patch) | |
tree | 6d3fac8964fc67a669d9afd110bd40f29a984a6c /Master | |
parent | 707f021db06aa0e43885fc9e08bd562929f09ea8 (diff) |
doc changes
git-svn-id: svn://tug.org/texlive/trunk@22710 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.config.tlpsrc | 9 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.image.tlpsrc | 10 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 1 |
3 files changed, 11 insertions, 9 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc index c01b787bcaf..1889c152b34 100644 --- a/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc @@ -10,10 +10,15 @@ longdesc longdesc The container_format/WHATEVER specifies the format, currently "xz" longdesc the only supported value (generating .tar.xz files). longdesc -longdesc release/NNNN specifies the release number as used in the installer. +longdesc release/YYYY specifies the release number as used in the installer. +longdesc +longdesc minrelease/ZZZZ specifies the minimum release for which this +longdesc repository is valid, i.e., a release of ZZZZ or later can +longdesc theoretically be upgraded. longdesc longdesc These values are taken from TeXLive::TLConfig::TLPDBConfigs hash -longdesc at tlpdb creation time. +longdesc at tlpdb creation time. (The 00texlive.config.tlpsrc file just +longdesc has these comments.) longdesc longdesc For information on the 00texlive prefix see longdesc 00texlive.installation(.tlpsrc) diff --git a/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc index 2e214232383..f704f131416 100644 --- a/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc @@ -1,10 +1,8 @@ category TLCore -shortdesc TeX Live files only in the source repository and DVD image -longdesc This package collects some files which are not caught by any of the -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 or the installer archives. +shortdesc TeX Live files only in the source repository +longdesc The files here are not copied by the installer and containers +longdesc are not built for them; they exist only in the source +longdesc repository and the installer archives, longdesc longdesc The IgnorePatterns in the check_files routine in tlmgr.pl longdesc augment this list. diff --git a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc index b361bde1e05..9055d4cb1bc 100644 --- a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc @@ -14,7 +14,6 @@ binpattern f bin/${ARCH}/rungs binpattern f bin/${ARCH}/man # # install-tl and tl-portable -runpattern f tl-portable runpattern f install-tl runpattern f tlpkg/installer/install-menu-*.pl binpattern f/win32 install-tl.bat |