diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2008-06-21 16:46:10 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2008-06-21 16:46:10 +0000 |
commit | 108817bd0769f95c5fde846f8c1ebe2a66493ca9 (patch) | |
tree | d6c2976f02a5c0bd9213e4a8a2d4c7b9242975af /Master/bin | |
parent | f037db1f9b8c79267ceedffcc746c081edd077f5 (diff) |
win32/makeglossaries.bat changed to universal script
git-svn-id: svn://tug.org/texlive/trunk@8908 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/win32/makeglossaries.bat | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/bin/win32/makeglossaries.bat b/Master/bin/win32/makeglossaries.bat index d91f67bd3e9..fe949613d7c 100755 --- a/Master/bin/win32/makeglossaries.bat +++ b/Master/bin/win32/makeglossaries.bat @@ -1,3 +1,8 @@ -@rem = '-*- Perl -*- -@echo off -perl -S "%~dp0makeglossaries" %* +@echo off
+rem tl-w32-starter.bat
+rem universal script starter, batch file part
+rem this program calls the tl-w32-wrapper.texlua
+setlocal
+set ownpath=%~dp0%
+texlua "%ownpath%tl-w32-wrapper.texlua" "%~dpn0" %*
+endlocal
|