diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-10-25 14:28:26 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-10-25 14:28:26 +0000 |
commit | 9643a7acc463ef254a9172bc983f052a2ee540e5 (patch) | |
tree | 32a67a979d953d6513f85598be7805329599df1c | |
parent | 5c9b4899ee96556fe80e873db4ebc8e31de29033 (diff) |
t4ht.exe and tex4ht.exe: change argv[i]="-foo -bar" into argv[i]="-foo" and
argv[i+1]="-bar" since, for example, t4ht foo "-cooxtpipes -coo" ... does
not work on windows.
git-svn-id: svn://tug.org/texlive/trunk@20197 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/bin/win32/t4ht.exe | bin | 24064 -> 24064 bytes |
-rwxr-xr-x | Master/bin/win32/tex4ht.exe | bin | 80384 -> 80896 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/Master/bin/win32/t4ht.exe b/Master/bin/win32/t4ht.exe Binary files differindex 042e46c0c65..8d31697c098 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 3f390f51534..350ee3802f8 100755 --- a/Master/bin/win32/tex4ht.exe +++ b/Master/bin/win32/tex4ht.exe |