summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index ecc989cce22..a396fc4068b 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -985,6 +985,12 @@ sub calc_depends {
}
}
+ #
+ # work through the addon settings in the %vars hash
+ if ($vars{'addon_editor'}) {
+ $install{"texworks"} = 1;
+ }
+
# if programs for arch=win32 are installed we also have to install
# bin-tlperl.win32 which provides the "hidden" perl that will be used
# to run all the perl scripts.