diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2008-05-09 20:44:50 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2008-05-09 20:44:50 +0000 |
commit | 5dfc00f7636c15dd68683b55cdefa4be39599097 (patch) | |
tree | d56f435bc6cc80b8e91c51e75653c10189f03272 /Master/bin/win32/ps2ascii.bat | |
parent | 8ee018fe48f018eb7ea224f33824bb3a8aae4a23 (diff) |
Moved gs texlua files to texmf/scripts/texlive/gswin32 and replaced
them by .bat files. Made all .bat files executable, required by rsync
on Windows. Updated gs sources.
git-svn-id: svn://tug.org/texlive/trunk@7988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/ps2ascii.bat')
-rwxr-xr-x | Master/bin/win32/ps2ascii.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/bin/win32/ps2ascii.bat b/Master/bin/win32/ps2ascii.bat new file mode 100755 index 00000000000..fe949613d7c --- /dev/null +++ b/Master/bin/win32/ps2ascii.bat @@ -0,0 +1,8 @@ +@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
|