diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2010-05-24 14:36:30 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2010-05-24 14:36:30 +0000 |
commit | 8c8b08eeb9128bd27d0122440ec888eda59f1fa0 (patch) | |
tree | a27ea57b736b3fbad237e7750e63f3ee3b6df8d0 /Master/texmf-dist/scripts/context | |
parent | 37bbb87880e0994c7b5b24836ba3123531576b68 (diff) |
forgot a few script stubs
git-svn-id: svn://tug.org/texlive/trunk@18447 c570f23f-e606-0410-a88d-b1316a301751
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 "$@" |