From 5dfc00f7636c15dd68683b55cdefa4be39599097 Mon Sep 17 00:00:00 2001 From: Reinhard Kotucha Date: Fri, 9 May 2008 20:44:50 +0000 Subject: 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 --- Master/bin/win32/ps2pdf.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Master/bin/win32/ps2pdf.bat (limited to 'Master/bin/win32/ps2pdf.bat') diff --git a/Master/bin/win32/ps2pdf.bat b/Master/bin/win32/ps2pdf.bat new file mode 100755 index 00000000000..fe949613d7c --- /dev/null +++ b/Master/bin/win32/ps2pdf.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 -- cgit v1.2.3