From 5c91b9f8a88e06f057a6a08b0a755a224d08e019 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 18 Nov 2006 01:37:52 +0000 Subject: context 17nov06 update git-svn-id: svn://tug.org/texlive/trunk@2449 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/context/stubs/mswin/luatools.bat | 2 ++ Master/texmf-dist/scripts/context/stubs/mswin/mtxtools.bat | 2 ++ Master/texmf-dist/scripts/context/stubs/unix/luatools | 2 ++ Master/texmf-dist/scripts/context/stubs/unix/mtxtools | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 Master/texmf-dist/scripts/context/stubs/mswin/luatools.bat create mode 100644 Master/texmf-dist/scripts/context/stubs/mswin/mtxtools.bat create mode 100644 Master/texmf-dist/scripts/context/stubs/unix/luatools create mode 100644 Master/texmf-dist/scripts/context/stubs/unix/mtxtools (limited to 'Master/texmf-dist/scripts/context/stubs') diff --git a/Master/texmf-dist/scripts/context/stubs/mswin/luatools.bat b/Master/texmf-dist/scripts/context/stubs/mswin/luatools.bat new file mode 100644 index 00000000000..383bcb113b2 --- /dev/null +++ b/Master/texmf-dist/scripts/context/stubs/mswin/luatools.bat @@ -0,0 +1,2 @@ +@echo off +texmfstart luatools.lua %* diff --git a/Master/texmf-dist/scripts/context/stubs/mswin/mtxtools.bat b/Master/texmf-dist/scripts/context/stubs/mswin/mtxtools.bat new file mode 100644 index 00000000000..cb0b1e39e47 --- /dev/null +++ b/Master/texmf-dist/scripts/context/stubs/mswin/mtxtools.bat @@ -0,0 +1,2 @@ +@echo off +texmfstart mtxtools.rb %* diff --git a/Master/texmf-dist/scripts/context/stubs/unix/luatools b/Master/texmf-dist/scripts/context/stubs/unix/luatools new file mode 100644 index 00000000000..cb3ec1add4a --- /dev/null +++ b/Master/texmf-dist/scripts/context/stubs/unix/luatools @@ -0,0 +1,2 @@ +#!/bin/sh +texmfstart luatools.lua "$@" diff --git a/Master/texmf-dist/scripts/context/stubs/unix/mtxtools b/Master/texmf-dist/scripts/context/stubs/unix/mtxtools new file mode 100644 index 00000000000..2922e0b4674 --- /dev/null +++ b/Master/texmf-dist/scripts/context/stubs/unix/mtxtools @@ -0,0 +1,2 @@ +#!/bin/sh +texmfstart mtxtools.rb "$@" -- cgit v1.2.3