summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2010-05-24 14:36:30 +0000
committerTaco Hoekwater <taco@elvenkind.com>2010-05-24 14:36:30 +0000
commit8c8b08eeb9128bd27d0122440ec888eda59f1fa0 (patch)
treea27ea57b736b3fbad237e7750e63f3ee3b6df8d0 /Master
parent37bbb87880e0994c7b5b24836ba3123531576b68 (diff)
forgot a few script stubs
git-svn-id: svn://tug.org/texlive/trunk@18447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/scripts/context/stubs/mswin/ctxtools.exebin0 -> 6144 bytes
-rw-r--r--Master/texmf-dist/scripts/context/stubs/mswin/rlxtools.exebin0 -> 6144 bytes
-rw-r--r--Master/texmf-dist/scripts/context/stubs/unix/ctxtools2
-rw-r--r--Master/texmf-dist/scripts/context/stubs/unix/rlxtools2
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
new file mode 100644
index 00000000000..745eaf22464
--- /dev/null
+++ b/Master/texmf-dist/scripts/context/stubs/mswin/ctxtools.exe
Binary files differ
diff --git a/Master/texmf-dist/scripts/context/stubs/mswin/rlxtools.exe b/Master/texmf-dist/scripts/context/stubs/mswin/rlxtools.exe
new file mode 100644
index 00000000000..745eaf22464
--- /dev/null
+++ b/Master/texmf-dist/scripts/context/stubs/mswin/rlxtools.exe
Binary files differ
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 "$@"