diff options
author | Karl Berry <karl@freefriends.org> | 2009-04-20 23:02:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-04-20 23:02:43 +0000 |
commit | 3ea86bef2e63ca77c8fbfe4e3b4617804de11855 (patch) | |
tree | 1e0e750a74f9564e0c70869bcb018ee010518e50 /Master/bin | |
parent | ee53eac199e12fb91859fd18a43dd506ff75e3a9 (diff) |
tex4ht-1.0.2009_04_18_1145
git-svn-id: svn://tug.org/texlive/trunk@12767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/win32/htcmd.exe | bin | 0 -> 61440 bytes | |||
-rwxr-xr-x | Master/bin/win32/t4ht.exe | bin | 24064 -> 85504 bytes | |||
-rwxr-xr-x | Master/bin/win32/tex4ht.exe | bin | 80384 -> 153600 bytes | |||
-rwxr-xr-x | Master/bin/win32/texdirflatten.bat | 8 |
4 files changed, 8 insertions, 0 deletions
diff --git a/Master/bin/win32/htcmd.exe b/Master/bin/win32/htcmd.exe Binary files differnew file mode 100755 index 00000000000..be4a4ddde22 --- /dev/null +++ b/Master/bin/win32/htcmd.exe diff --git a/Master/bin/win32/t4ht.exe b/Master/bin/win32/t4ht.exe Binary files differindex c6f75fa9918..04316c90c59 100755 --- a/Master/bin/win32/t4ht.exe +++ b/Master/bin/win32/t4ht.exe diff --git a/Master/bin/win32/tex4ht.exe b/Master/bin/win32/tex4ht.exe Binary files differindex e332e4cf4df..cffaf1153e9 100755 --- a/Master/bin/win32/tex4ht.exe +++ b/Master/bin/win32/tex4ht.exe diff --git a/Master/bin/win32/texdirflatten.bat b/Master/bin/win32/texdirflatten.bat new file mode 100755 index 00000000000..fe949613d7c --- /dev/null +++ b/Master/bin/win32/texdirflatten.bat @@ -0,0 +1,8 @@ +@echo off
+rem tl-w32-starter.bat
+rem universal script starter, batch file part
+rem this program calls the tl-w32-wrapper.texlua
+setlocal
+set ownpath=%~dp0%
+texlua "%ownpath%tl-w32-wrapper.texlua" "%~dpn0" %*
+endlocal
|