summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-05-16 22:23:55 +0000
committerNorbert Preining <preining@logic.at>2009-05-16 22:23:55 +0000
commitadd62efa97755286e456d0b80fcde84b6b59e788 (patch)
tree02fbe197f475ca9d01cb94c967f6b1a9bc8ed427 /Master/install-tl
parent304dc81c731e7e61f01dc85d4d2b427861113903 (diff)
allow installation of TeX Works in text/gui/wizard installer
git-svn-id: svn://tug.org/texlive/trunk@13139 c570f23f-e606-0410-a88d-b1316a301751
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.