diff options
author | Norbert Preining <preining@logic.at> | 2009-07-30 16:33:57 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-30 16:33:57 +0000 |
commit | 2e81e510ea1340812a752b7a3d854789f9a79398 (patch) | |
tree | 26f114190129a32281517113783d806c7ac15d91 /Master/tlpkg/doc | |
parent | b470752f1c63934d57bd0044f6f799b37807946f (diff) |
work on user mode tlmgr, currently install and remove does actually work
git-svn-id: svn://tug.org/texlive/trunk@14494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/tlmgr-usermode-specification.txt | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/Master/tlpkg/doc/tlmgr-usermode-specification.txt b/Master/tlpkg/doc/tlmgr-usermode-specification.txt index 7647bf50566..ee536348266 100644 --- a/Master/tlpkg/doc/tlmgr-usermode-specification.txt +++ b/Master/tlpkg/doc/tlmgr-usermode-specification.txt @@ -1,6 +1,9 @@ Using the TeX Live Manager in Usermode ====================================== (to be discussed and implemented) +(partial implementation working for install and remove is in + tlpkg/dev/dev.usermode-tlmgr.patch) + 0. Contents ----------- @@ -14,6 +17,17 @@ Using the TeX Live Manager in Usermode --------------------------------------------------------------- +0.1 Implementation notes +------------------------ + +- User has to first call + tlmgr init-usertree [ --usertree .... ] +- available_architectures is set to the empty list, this allows + updating packages depending on .ARCH packages, but I am not sure + if that is a good idea + +--------------------------------------------------------------- + 1. Rationale and definition --------------------------- @@ -79,14 +93,14 @@ As an example: shortdesc ... ... docfiles size=98 - doc/latex/12many/12many.pdf - doc/latex/12many/README + RELOC/doc/latex/12many/12many.pdf + RELOC/doc/latex/12many/README ... srcfiles size=6 - source/latex/12many/12many.dtx - source/latex/12many/12many.ins + RELOC/source/latex/12many/12many.dtx + RELOC/source/latex/12many/12many.ins runfiles size=1 - tex/latex/12many/12many.sty + RELOC/tex/latex/12many/12many.sty ... The normal installation procedure of TeX Live (i.e., currently |