diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-07-25 10:24:18 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-07-25 10:24:18 +0000 |
commit | df958fe677391e129666b43732f88f3e6f198469 (patch) | |
tree | 8f2a8059f76ed03ead365dd45ada81c2b26e0947 /Master/install-tl | |
parent | 9466cf23d780fe071a041685bd565c2dfffff629 (diff) |
Added parameter `-file => $0' to fix `Master/install-tl -h' invocation
git-svn-id: svn://tug.org/texlive/trunk@9763 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/install-tl b/Master/install-tl index 813fff0821e..10aed1a3bee 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -191,7 +191,7 @@ if (win32()) { -noperldoc => 1, -output => \*STDOUT) if $opt_help; } else { - pod2usage(-exitstatus => 0, -verbose => 2) if $opt_help; + pod2usage(-exitstatus => 0, -verbose => 2, -file => $0) if $opt_help; } if ($opt_version) { @@ -810,7 +810,7 @@ sub read_profile { } # if at least one collection has been defined return here return if $coldefined; - # since no collections have been defined in the profile, we + # since no collections have been defined in the profile, we # set those to be installed on which the scheme depends my $scheme=$tlpdb->get_package($vars{'selected_scheme'}); if (!defined($scheme)) { @@ -1372,7 +1372,7 @@ Print the detected arch-os combination and exit. =item B<-profile> I<profile> Load the I<profile> file for repeated installations on different systems. -A I<profile> contains the values of all necessary variable for the +A I<profile> contains the values of all necessary variable for the installation. After normal installation has finished a profile for that exact installation is written into DEST/tlpkg/texlive.profile. That file can be used to do the exact same installation on a different computer. @@ -1387,7 +1387,7 @@ There is one exception to this: If the profile contains a variable for B<selected_scheme> and I<NO> collection variable is defined in the profile, then the collections which the specified scheme requires are installed. Thus, a simple line C<selected_scheme scheme-medium> together with the -definitions of the paths (TEXDIR, TEXDIRW, TEXMFHOME, TEXMFLOCAL, +definitions of the paths (TEXDIR, TEXDIRW, TEXMFHOME, TEXMFLOCAL, TEXMFSYSCONFIG, TEXMFSYSVAR) suffice to install the medium scheme with all default options. |