blob: 51bbe192c42f777c92c161337a9d547310be1d03 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
texexec --arg="ht-1=$2" --use=tex4ht --dvi --nobackend $5 $1
tex4ht -f/$1 -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/$3 -cmozhtf -u10
t4ht -f/$1 $4 -d$1-doc/ -cjavahelp1 -m644
|