summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl10
1 files changed, 3 insertions, 7 deletions
diff --git a/Master/install-tl b/Master/install-tl
index d4d466d2246..c0cdebaaafa 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -115,7 +115,7 @@ my $default_scheme='scheme-full';
# our for menus
our @collections_std;
our @collections_lang;
-our @collections_lang_doc;
+
# The global variable %vars is an associative list which contains all
# variables and their values which can be changed by the user.
# needs to be our since TeXLive::TLUtils uses it
@@ -1432,12 +1432,8 @@ sub initialize_collections {
++$vars{'n_collections_available'};
if ($pkg=~/collection-lang/) {
push @collections_lang, $pkg;
- } elsif ($pkg=~/documentation/) {
- if ($pkg=~/documentation-base/) {
- push @collections_std, $pkg;
- } else {
- push @collections_lang_doc, $pkg;
- }
+ } elsif ($pkg =~ /documentation/) {
+ push @collections_std, $pkg;
} else {
push @collections_std, $pkg;
}