diff options
author | Norbert Preining <preining@logic.at> | 2012-04-25 00:36:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-04-25 00:36:33 +0000 |
commit | eec3ea8033df7f95a1a0e25ad42dda657fa793f1 (patch) | |
tree | 862f0db8093ad7b21b54427f3386eebd48d19cc4 /Master/texmf/scripts | |
parent | 6815b9e81b32de1e7bd2e58d5ca53a47a768943a (diff) |
add documentation for tlmgr install --file
git-svn-id: svn://tug.org/texlive/trunk@26128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index b33771b0c5d..652c54f3b2b 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -5734,6 +5734,12 @@ all packages on which the given I<pkg>s are dependent, also. Options: =over 4 +=item B<--file> + +Instead of fetching a package from the installation repository, use +the packages files given on the command line. These files need +to be proper TeX Live package files (with contained tlpobj file). + =item B<--reinstall> Reinstall a package (including dependencies for collections) even if it |