summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/texlive/stubs
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/texlive/stubs')
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/unix/ctxtools2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/unix/pstopdf2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/unix/texexec2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/unix/texmfstart2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd2
8 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools b/Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools
new file mode 100755
index 00000000000..048e0ff8561
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools
@@ -0,0 +1,2 @@
+#!/bin/sh
+mtxrun --script ctxtools --usekpse "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf b/Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf
new file mode 100755
index 00000000000..116f5f4a32e
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf
@@ -0,0 +1,2 @@
+#!/bin/sh
+mtxrun --script pstopdf "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/texexec b/Master/texmf-dist/tex/context/texlive/stubs/unix/texexec
new file mode 100755
index 00000000000..083e500c69c
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/texexec
@@ -0,0 +1,2 @@
+#!/bin/sh
+mtxrun --usekpse --execute texexec.rb "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart b/Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart
new file mode 100755
index 00000000000..1799b357915
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart
@@ -0,0 +1,2 @@
+#!/bin/sh
+mtxrun --usekpse "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd
new file mode 100755
index 00000000000..ed7a9c561c4
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd
@@ -0,0 +1,2 @@
+@echo off
+mtxrun --script ctxtools %*
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd
new file mode 100755
index 00000000000..2296b6d9e6c
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd
@@ -0,0 +1,2 @@
+@echo off
+mtxrun --script pstopdf %*
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd
new file mode 100755
index 00000000000..0baa4cc5d57
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd
@@ -0,0 +1,2 @@
+@echo off
+mtxrun --usekpse --execute texexec.rb %*
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd
new file mode 100755
index 00000000000..12b243cbdda
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd
@@ -0,0 +1,2 @@
+@echo off
+mtxrun --usekpse %*