diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-30 00:36:32 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-30 00:36:32 +0000 |
commit | d5448ad116e18694e2b05c5e7dc47c35dd8b9a92 (patch) | |
tree | 59902bcb13377429a37502c4bbfe50b07c81c577 /Master/bin | |
parent | 5ecb10b137d94ff68d47de5ceb0104a846e0e7ad (diff) |
added 3 bat files missing for context
git-svn-id: svn://tug.org/texlive/trunk@3012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/win32/exatools.bat | 2 | ||||
-rwxr-xr-x | Master/bin/win32/luatools.bat | 2 | ||||
-rwxr-xr-x | Master/bin/win32/wcontext.bat | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/Master/bin/win32/exatools.bat b/Master/bin/win32/exatools.bat new file mode 100755 index 00000000000..36230a528f4 --- /dev/null +++ b/Master/bin/win32/exatools.bat @@ -0,0 +1,2 @@ +@echo off
+texmfstart exatools.rb %*
diff --git a/Master/bin/win32/luatools.bat b/Master/bin/win32/luatools.bat new file mode 100755 index 00000000000..383bcb113b2 --- /dev/null +++ b/Master/bin/win32/luatools.bat @@ -0,0 +1,2 @@ +@echo off
+texmfstart luatools.lua %*
diff --git a/Master/bin/win32/wcontext.bat b/Master/bin/win32/wcontext.bat new file mode 100755 index 00000000000..5fcb29eb785 --- /dev/null +++ b/Master/bin/win32/wcontext.bat @@ -0,0 +1,3 @@ + call texexec --arg="opt-arg=%2" --use=tex4ht %5 %1
+ tex4ht %1 -i/tex4ht/ht-fonts/%3 -ewin32/tex4ht.env -csymhtf
+ t4ht %1 %4 -ewin32/tex4ht.env -cvalidate
|