summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-09-10 13:58:14 +0000
committerNorbert Preining <preining@logic.at>2008-09-10 13:58:14 +0000
commitdf86444f11e7040b19a55e2a71171d878885601d (patch)
tree196e44cc0f59cd6dcbadc008fe6e1aaec96783b4 /Master
parentc8db5196e7ef42bf9413b3bc5c189f68e1809b5a (diff)
update multi-source status
git-svn-id: svn://tug.org/texlive/trunk@10540 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/doc/multi-support.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/multi-support.txt b/Master/tlpkg/doc/multi-support.txt
index e163ba9f4cc..d261fb19b77 100644
--- a/Master/tlpkg/doc/multi-support.txt
+++ b/Master/tlpkg/doc/multi-support.txt
@@ -13,6 +13,7 @@ examples:
depend location:http://mirror.ctan.org/systems/texlive/tlnet/2008 ctan
depend location:http://server.local.uni/texlive/packages department
+done
2) invocation of tlmgr/installation
-----------------------------------
@@ -23,7 +24,7 @@ That will be achieved by
If you want to install a package from a specific mirror you can do
tlmgr install package/TAG
- tlmgr install package/SOURCE
+ (tlmgr install package/SOURCE)
where TAG is the tag given above, and SOURCE is the full source address.
So continuing the above example we could call
tlmgr install package/department
@@ -31,6 +32,8 @@ or
tlmgr install package/http://server.local.uni/texlive/packages
(maybe we don't allow the later form ...?)
+done
+
3) pinning
----------