diff options
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
|