*** all4ht/mkht.4ht	Sun Dec 16 13:23:37 2001
--- ../scripts/mkht.4ht	Fri Dec 21 20:17:31 2001
***************
*** 19,24 ****
--- 19,27 ----
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  \immediate\write-1{version 2001-04-25-00:01}
  
+ \message{New 'Debian shell scripts' code for Debian tex4ht, 2001-12-21}
+ \message{Andrew Gray, ajpg@debian.org (www.debian.org for Debian)}
+ 
  
  \def\exit{\documentclass{article}\begin{document}\end{document}\endinput}
  \bgroup
***************
*** 45,54 ****
--- 48,72 ----
  
  \tableofcontents
  
+ \section{Debian alterations}
+ I've added in the following code snippet into the top of all the script files
+ generated by this file (and mkht-scripts.4ht), so that the scripts themselves
+ can be put into a separate directory, /usr/share/tex4ht.
+ 
+ \<Debian shell scripts\><<<
+ #!/bin/sh
+ if command -v xhtex > /dev/null 2>&1 ; then
+   true
+ else
+   export PATH=/usr/share/tex4ht:$PATH
+ fi
+ >>>
+ 
  \section{LaTeX}
  
  
  \<htlatex ...\><<<
+ |<Debian shell scripts|>
          |<latex|>
          |<latex|>
          |<latex|>
***************
*** 172,177 ****
--- 190,196 ----
  \section{TeX}
  
  \<httex...\><<<
+ |<Debian shell scripts|>
          |<tex|>
          |<tex|>
          |<tex|>
***************
*** 201,206 ****
--- 220,226 ----
  texinfo.tex file.
  
  \<httexi...\><<<
+ |<Debian shell scripts|>
          |<texinfo|>
          |<texinfo|>
          |<texinfo|>
