diff options
author | Norbert Preining <preining@logic.at> | 2009-05-16 22:23:55 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-16 22:23:55 +0000 |
commit | add62efa97755286e456d0b80fcde84b6b59e788 (patch) | |
tree | 02fbe197f475ca9d01cb94c967f6b1a9bc8ed427 /Master/install-tl | |
parent | 304dc81c731e7e61f01dc85d4d2b427861113903 (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-x | Master/install-tl | 6 |
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. |