diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-15 01:21:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-15 01:21:45 +0000 |
commit | 99cfbad918a958b2237ef7b717023c6504574518 (patch) | |
tree | b37952557a97870330ac148ba341669e893ecacc /Master/bin/i386-darwin/htcontext | |
parent | a7c1732dab6bc17dc2c935bb346b75fe94d58388 (diff) |
new i386-darwin binaries from gerben
git-svn-id: svn://tug.org/texlive/trunk@3496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-darwin/htcontext')
-rwxr-xr-x | Master/bin/i386-darwin/htcontext | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/bin/i386-darwin/htcontext b/Master/bin/i386-darwin/htcontext index 9e01fa97f66..9d6d4549574 100755 --- a/Master/bin/i386-darwin/htcontext +++ b/Master/bin/i386-darwin/htcontext @@ -1,7 +1,7 @@ #!/bin/sh - texexec --arg="ht-1=$2" --use=tex4ht --dvi --nobackend $5 $1 - tex4ht \dirchar $1 -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/$3 - t4ht \dirchar $1 $4 ## -d~/WWW/temp/ -m644 + texexec --arg="ht-1=$2" --use=tex4ht $5 $1 + tex4ht -f/$1 -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/$3 + t4ht -f/$1 $4 ## -d~/WWW/temp/ -m644 |