diff options
author | Norbert Preining <preining@logic.at> | 2015-04-14 05:48:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2015-04-14 05:48:02 +0000 |
commit | 6f7e87826714e67ff7cc6445afebbba2b982c59a (patch) | |
tree | 6b8e0389989b38ddc342f1569405e9507c8628c4 | |
parent | 809f098a398177d92dc7e804b1e12f7b3b780d9c (diff) |
mention that TeXworks is only Win32
git-svn-id: svn://tug.org/texlive/trunk@36848 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-texworks.tlpsrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index f66124ba4eb..0d1f44a92c3 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -801,7 +801,7 @@ EOF } } if (win32() || $::opt_all_options) { - print " <W> install TeXworks front end: $b_addoneditor\n"; + print " <W> install TeXworks front end (Win32 only): $b_addoneditor\n"; } if ($media ne "NET") { print " <Y> after installation, get package updates from CTAN: $b_adjustrepo\n"; diff --git a/Master/tlpkg/tlpsrc/collection-texworks.tlpsrc b/Master/tlpkg/tlpsrc/collection-texworks.tlpsrc index 8a7221d8294..9ba4bb623ee 100644 --- a/Master/tlpkg/tlpsrc/collection-texworks.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-texworks.tlpsrc @@ -1,5 +1,5 @@ category Collection -shortdesc TeXworks editor +shortdesc TeXworks editor (only Win32) longdesc See http://tug.org/texworks. # depend collection-basic |