summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/repository-setup.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/tlpkg/doc/repository-setup.txt b/Master/tlpkg/doc/repository-setup.txt
index b6d52177848..e51454bc9fc 100644
--- a/Master/tlpkg/doc/repository-setup.txt
+++ b/Master/tlpkg/doc/repository-setup.txt
@@ -118,7 +118,7 @@ In the end the generate "package" 00texlive.config should contain
and might optionally contain:
depend container_split_src_files
depend container_split_doc_files
- depend maxrelease/MMMM-YOUR_ID
+ depend minrelease/MMMM-YOUR_ID
The
depend container_format/xz
@@ -132,17 +132,17 @@ all of them into one .tar.xz. It is up to you.
Finally, the
depend release/NNNN-YOUR_ID
and (optionally)
- depend maxrelease/MMMM-YOUR_ID
+ depend minrelease/MMMM-YOUR_ID
determine(s) which release(s) of TL your repository works with.
-If maxrelease is present, the year specified in the local (user's)
+If minrelease is present, the year specified in the local (user's)
installation's $TLConfig::ReleaseYear must be in the range
-[release,maxrelease].
-If maxrelease is not present, the release/NNNN value must exactly
+[minrelease,release].
+If minrelease is not present, the release/NNNN value must exactly
match the the TL release number NNNN.
For example, you might have:
- depend release/2009-myorg
+ depend release/2010-myorg
and if your packages work with both TL'09 and TL'10, you could add:
- depend maxrelease/2010-myorg
+ depend minrelease/2009-myorg
For the rest of your package you should create .tlpsrc files describing