texlive[56890] Master/texmf-dist/tex/generic/tex4ht/mkht.4ht:

commits+karl at tug.org commits+karl at tug.org
Sun Nov 8 23:10:33 CET 2020


Revision: 56890
          http://tug.org/svn/texlive?view=revision&revision=56890
Author:   karl
Date:     2020-11-08 23:10:32 +0100 (Sun, 08 Nov 2020)
Log Message:
-----------
mkht.4ht sync

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/mkht.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mkht.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mkht.4ht	2020-11-08 21:43:31 UTC (rev 56889)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mkht.4ht	2020-11-08 22:10:32 UTC (rev 56890)
@@ -1,4 +1,4 @@
-% mkht.4ht (2020-03-16-10:43), generated from tex4ht-mkht.tex
+% mkht.4ht (2020-10-30-18:23), generated from tex4ht-mkht.tex
 % Copyright 2009-2020 TeX Users Group
 % Copyright 1997-2009 Eitan M. Gurari
 %
@@ -13,14 +13,14 @@
 % This work has the LPPL maintenance status "maintained".
 %
 % The Current Maintainer of this work
-% is the TeX4ht Project <http://tug.org/tex4ht>.
+% is the TeX4ht Project <https://tug.org/tex4ht>.
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
 %
-\immediate\write-1{version \ifx \JOBNAME\UnDefined 2020-03-16-10:43\else |version\fi}
+\immediate\write-1{version \ifx \JOBNAME\UnDefined 2020-10-30-18:23\else |version\fi}
 
-\immediate\write-1{version 2020-03-16-10:43}
+\immediate\write-1{version 2020-10-30-18:23}
 
 \def\exit{\documentclass{article}\begin{document}\end{document}\endinput}
 \bgroup
@@ -192,7 +192,7 @@
 >>>
 
 \<tex\><<<
-tex  |<@|>5 |<'|>|<tex definitions|>|<get parameters|>|empty>>>
+etex  |<@|>5 |<'|>|<tex definitions|>|<get parameters|>|empty>>>
 
 
 \<tex definitions\><<<
@@ -376,13 +376,22 @@
 
 \<unix line\><<<
 |firstln#!/bin/sh
+# stop at first error
+set -e
+
+# no interaction on the TeX runs is desirable.
+# Simpler to do it here than on the individual commands;
+# let's hope exec redirections are portable enough.
+exec </dev/null
+
 endfirstln
 >>>
 
 \<windows line\><<<
-|Rem |ScriptFileName|AddExtn (2020-03-16-10:43), generated from tex4ht-mkht.tex
-|Rem Copyright (C) 2009-2013 TeX Users Group
-|Rem Copyright (C) 2003-2009 Eitan M. Gurari
+ at echo off
+|Rem |ScriptFileName|AddExtn (2020-10-30-18:23), generated from tex4ht-mkht.tex
+|Rem Copyright 2009-2020 TeX Users Group
+|Rem Copyright 2003-2009 Eitan M. Gurari
 |Rem
 |Rem This work may be distributed and/or modified under the
 |Rem conditions of the LaTeX Project Public License, either
@@ -395,7 +404,7 @@
 |Rem This work has the LPPL maintenance status "maintained".
 |Rem
 |Rem The Current Maintainer of this work
-|Rem is the TeX4ht Project <http://tug.org/tex4ht>.
+|Rem is the TeX4ht Project <https://tug.org/tex4ht>.
 |Rem
 |Rem If you modify this file, changing the
 |Rem version identification be appreciated.



More information about the tex-live-commits mailing list.