/usr/share/tex4ht/jh1context is in tex4ht 20090611-1.1+b1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #!/bin/sh
if command -v xhtex > /dev/null 2>&1 ; then
true
else
export PATH=/usr/share/tex4ht:$PATH
fi
texexec --arg="ht-1=$2" --use=tex4ht --dvi --nobackend $5 $1
tex4ht -f/$1 -i/usr/share/texmf/tex4ht/ht-fonts/$3 -cmozhtf -u10
t4ht -f/$1 $4 -d$texFile-doc/ -cjavahelp1 -m644
|