diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-05-26 22:42:50 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-05-26 22:42:50 +0000 |
commit | 45a05856692758ee9e7dbbf434d7c313bf66d196 (patch) | |
tree | f76beb23c2a514f18236311c2be0e13e61430d6b | |
parent | 3d8da5c85f9bb90eb80ac3fa22edf45b448140fb (diff) |
remove old context batch wrappers
git-svn-id: svn://tug.org/texlive/trunk@18519 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/bin/win32/context.cmd | 5 | ||||
-rwxr-xr-x | Master/bin/win32/ctxtools.bat | 2 | ||||
-rwxr-xr-x | Master/bin/win32/luatools.cmd | 5 | ||||
-rwxr-xr-x | Master/bin/win32/mtxrun.cmd | 5 | ||||
-rwxr-xr-x | Master/bin/win32/rlxtools.bat | 2 | ||||
-rwxr-xr-x | Master/bin/win32/texexec.bat | 2 |
6 files changed, 0 insertions, 21 deletions
diff --git a/Master/bin/win32/context.cmd b/Master/bin/win32/context.cmd deleted file mode 100755 index 64ac1ea9147..00000000000 --- a/Master/bin/win32/context.cmd +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -setlocal -set ownpath=%~dp0% -texlua "%ownpath%mtxrun.lua" --script context %* -endlocal diff --git a/Master/bin/win32/ctxtools.bat b/Master/bin/win32/ctxtools.bat deleted file mode 100755 index 13614a1d98d..00000000000 --- a/Master/bin/win32/ctxtools.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off
-texmfstart ctxtools.rb %*
diff --git a/Master/bin/win32/luatools.cmd b/Master/bin/win32/luatools.cmd deleted file mode 100755 index 4bc998d65e0..00000000000 --- a/Master/bin/win32/luatools.cmd +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -setlocal -set ownpath=%~dp0% -texlua "%ownpath%luatools.lua" %* -endlocal diff --git a/Master/bin/win32/mtxrun.cmd b/Master/bin/win32/mtxrun.cmd deleted file mode 100755 index f30148ddbd0..00000000000 --- a/Master/bin/win32/mtxrun.cmd +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -setlocal -set ownpath=%~dp0% -texlua "%ownpath%mtxrun.lua" %* -endlocal diff --git a/Master/bin/win32/rlxtools.bat b/Master/bin/win32/rlxtools.bat deleted file mode 100755 index e5cdca25009..00000000000 --- a/Master/bin/win32/rlxtools.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off
-texmfstart rlxtools.rb %*
diff --git a/Master/bin/win32/texexec.bat b/Master/bin/win32/texexec.bat deleted file mode 100755 index 44615dbd918..00000000000 --- a/Master/bin/win32/texexec.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off
-texmfstart texexec.rb %*
|