diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-28 08:57:33 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-28 08:57:33 +0000 |
commit | 312a71a1d7cddde80d192d4c6f1e8a3401042382 (patch) | |
tree | 169f11c809f26dfacb36db56d4ac6be6f449b110 /Master/tlpkg | |
parent | 7c14f1f64fed376925d23054aa65a30d21a71ffb (diff) |
Comments tlmenu.bat and tl-tray-menu-custom.bat
git-svn-id: svn://tug.org/texlive/trunk@22638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/installer/tl-tray-menu-custom.bat | 9 | ||||
-rwxr-xr-x | Master/tlpkg/installer/tlmenu.bat | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/tl-tray-menu-custom.bat b/Master/tlpkg/installer/tl-tray-menu-custom.bat index 2c284b54697..a44bfdb3e30 100755 --- a/Master/tlpkg/installer/tl-tray-menu-custom.bat +++ b/Master/tlpkg/installer/tl-tray-menu-custom.bat @@ -1,8 +1,11 @@ @ECHO OFF -rem Copy to the root of the TeX Live installation and customize as needed, -rem e.g. by substituting different editors. -rem The system tray menu has already taken care of the searchpath. +rem Sample custom submenu for the tray menu +rem Usage: edit and copy to the root of the installation. + +rem For a batch-mode main menu, see tlmenu.bat. + +rem Note. The system tray menu has already taken care of the searchpath. SETLOCAL ENABLEEXTENSIONS SETLOCAL ENABLEDELAYEDEXPANSION diff --git a/Master/tlpkg/installer/tlmenu.bat b/Master/tlpkg/installer/tlmenu.bat index 96764c96f32..eec8a4e17fe 100755 --- a/Master/tlpkg/installer/tlmenu.bat +++ b/Master/tlpkg/installer/tlmenu.bat @@ -1,5 +1,10 @@ @ECHO OFF +rem Sample main menu +rem Usage: edit and copy to the root of the installation. + +rem For a custom submenu for the tray menu, see tl-tray-menu-custom.bat. + SETLOCAL ENABLEEXTENSIONS SETLOCAL ENABLEDELAYEDEXPANSION |