diff options
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. |