summaryrefslogtreecommitdiff
path: root/Master/bin/win32/pdf2dsc.bat
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2008-05-09 20:44:50 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2008-05-09 20:44:50 +0000
commit5dfc00f7636c15dd68683b55cdefa4be39599097 (patch)
treed56f435bc6cc80b8e91c51e75653c10189f03272 /Master/bin/win32/pdf2dsc.bat
parent8ee018fe48f018eb7ea224f33824bb3a8aae4a23 (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/pdf2dsc.bat')
-rwxr-xr-xMaster/bin/win32/pdf2dsc.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/bin/win32/pdf2dsc.bat b/Master/bin/win32/pdf2dsc.bat
new file mode 100755
index 00000000000..fe949613d7c
--- /dev/null
+++ b/Master/bin/win32/pdf2dsc.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