diff options
Diffstat (limited to 'Master/texmf-dist/scripts/context')
-rw-r--r-- | Master/texmf-dist/scripts/context/stubs/mswin/ctxtools.exe | bin | 0 -> 6144 bytes | |||
-rw-r--r-- | Master/texmf-dist/scripts/context/stubs/mswin/rlxtools.exe | bin | 0 -> 6144 bytes | |||
-rw-r--r-- | Master/texmf-dist/scripts/context/stubs/unix/ctxtools | 2 | ||||
-rw-r--r-- | Master/texmf-dist/scripts/context/stubs/unix/rlxtools | 2 |
4 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/context/stubs/mswin/ctxtools.exe b/Master/texmf-dist/scripts/context/stubs/mswin/ctxtools.exe Binary files differnew file mode 100644 index 00000000000..745eaf22464 --- /dev/null +++ b/Master/texmf-dist/scripts/context/stubs/mswin/ctxtools.exe diff --git a/Master/texmf-dist/scripts/context/stubs/mswin/rlxtools.exe b/Master/texmf-dist/scripts/context/stubs/mswin/rlxtools.exe Binary files differnew file mode 100644 index 00000000000..745eaf22464 --- /dev/null +++ b/Master/texmf-dist/scripts/context/stubs/mswin/rlxtools.exe diff --git a/Master/texmf-dist/scripts/context/stubs/unix/ctxtools b/Master/texmf-dist/scripts/context/stubs/unix/ctxtools new file mode 100644 index 00000000000..2e6bd4afaa0 --- /dev/null +++ b/Master/texmf-dist/scripts/context/stubs/unix/ctxtools @@ -0,0 +1,2 @@ +#!/bin/sh +mtxrun --script ctxtools "$@" diff --git a/Master/texmf-dist/scripts/context/stubs/unix/rlxtools b/Master/texmf-dist/scripts/context/stubs/unix/rlxtools new file mode 100644 index 00000000000..3c62a592c62 --- /dev/null +++ b/Master/texmf-dist/scripts/context/stubs/unix/rlxtools @@ -0,0 +1,2 @@ +#!/bin/sh +mtxrun --script rlxtools "$@" |