summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/Makefile4
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex7
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex6
-rw-r--r--[-rwxr-xr-x]Master/texmf-dist/source/generic/tex4ht/update-htfonts0
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html5.4ht6
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/texpower.4ht5
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht6
8 files changed, 24 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 156a82c70be..812d90ab83b 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,9 @@
+2022-01-23 Karl Berry <karl@freefriends.org>
+
+ * tex4ht-4ht.tex,
+ * tex4ht-html5.tex: 2022.
+ * Makefile (diff-*): report targets.
+
2022-01-20 Karl Berry <karl@freefriends.org>
* update-htfonts: new script to compare/update htfonts from
diff --git a/Master/texmf-dist/source/generic/tex4ht/Makefile b/Master/texmf-dist/source/generic/tex4ht/Makefile
index 5916f5504c2..c473e20c980 100644
--- a/Master/texmf-dist/source/generic/tex4ht/Makefile
+++ b/Master/texmf-dist/source/generic/tex4ht/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1061 2022-01-20 22:17:17Z karl $
+# $Id: Makefile 1062 2022-01-23 15:51:43Z karl $
# This file is public domain. Originally written 2010, Karl Berry.
# Assumes GNU make.
@@ -753,6 +753,7 @@ srcfiles = $(shell svn status -v | awk '{print $$NF}' \
# Diff source files from installed to dev.
diff-src:
+ @echo; echo '>>> $@'
for f in $(srcfiles); do $(diff) $(inst_dir_source)/$$f $$f; done
#
# Install from dev to installed.
@@ -772,6 +773,7 @@ ht_fonts_instdir = $(inst_dir_top)/ht-fonts
# Compare only.
diff-htfonts:
+ @echo; echo '>>> $@'
./update-htfonts diff $(ht_fonts_devdir) $(ht_fonts_instdir) | tee /tmp/htdif
# Compare and update.
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 0f0bcda1293..ac4bd1a8851 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1055 2022-01-12 21:28:48Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1062 2022-01-23 15:51:43Z karl $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -4167,7 +4167,7 @@ document.
\<unicode-math-hooks.4ht\><<<
% unicode-math-hooks.4ht (|version), generated from |jobname.tex
-% Copyright 2021 TeX Users Group
+% Copyright 2021-2022 TeX Users Group
|<TeX4ht license text|>
\:dontusepackage{unicode-math}
\RequirePackage{fontspec} % it is loaded by unicode-math
@@ -25620,9 +25620,8 @@ Do we need the following?
\<texpower.4ht\><<<
% texpower.4ht (|version), generated from |jobname.tex
-% Copyright 2009-2022 TeX Users Group
% Copyright |CopyYear.2003. Eitan M. Gurari
-|<TeX4ht copyright|>
+|<TeX4ht copywrite|>
|<undo texpower|>
\Hinput{texpower}
\endinput
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
index 69903d71fe6..72dc22a7530 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
@@ -1,8 +1,8 @@
-% $Id: tex4ht-html5.tex 1060 2022-01-20 16:53:49Z michal_h21 $
+% $Id: tex4ht-html5.tex 1062 2022-01-23 15:51:43Z karl $
% compile 3 times: latex tex4ht-moz
% or xhlatex tex4ht-moz "html,3,sections+"
%
-% Copyright 2009-2021 TeX Users Group
+% Copyright 2009-2022 TeX Users Group
% Copyright 2000-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -26,7 +26,7 @@
\<html5\><<<
% html5.4ht (|version), generated from |jobname.tex
-% Copyright 2016-2021 TeX Users Group
+% Copyright 2016-2022 TeX Users Group
|<TeX4ht copywrite|>
>>>
diff --git a/Master/texmf-dist/source/generic/tex4ht/update-htfonts b/Master/texmf-dist/source/generic/tex4ht/update-htfonts
index 20c37cbb3a0..20c37cbb3a0 100755..100644
--- a/Master/texmf-dist/source/generic/tex4ht/update-htfonts
+++ b/Master/texmf-dist/source/generic/tex4ht/update-htfonts
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html5.4ht b/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
index 9a3c5f1ff16..7b696aa4224 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
@@ -1,5 +1,5 @@
-% html5.4ht (2022-01-20-14:20), generated from tex4ht-html5.tex
-% Copyright 2016-2021 TeX Users Group
+% html5.4ht (2022-01-23-07:51), generated from tex4ht-html5.tex
+% Copyright 2016-2022 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-01-20-14:20}
+\immediate\write-1{version 2022-01-23-07:51}
\exit:ifnot{amsart,%
amsbook,%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/texpower.4ht b/Master/texmf-dist/tex/generic/tex4ht/texpower.4ht
index 04b03899a76..50da5222872 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/texpower.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/texpower.4ht
@@ -1,5 +1,4 @@
-% texpower.4ht (2022-01-09-07:36), generated from tex4ht-4ht.tex
-% Copyright 2009-2022 TeX Users Group
+% texpower.4ht (2022-01-23-07:51), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2022 TeX Users Group
%
@@ -18,6 +17,8 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2022-01-23-07:51}
+
\expandafter\def\csname\string\@stepwise@TP\endcsname[#1]{}
\def\step#1{#1}
\def\bstep#1{#1}
diff --git a/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht
index a0561b96eb0..d502623244a 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht
@@ -1,5 +1,5 @@
-% unicode-math-hooks.4ht (2022-01-11-14:12), generated from tex4ht-4ht.tex
-% Copyright 2021 TeX Users Group
+% unicode-math-hooks.4ht (2022-01-23-07:51), generated from tex4ht-4ht.tex
+% Copyright 2021-2022 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-01-11-14:12}
+\immediate\write-1{version 2022-01-23-07:51}
\:dontusepackage{unicode-math}
\RequirePackage{fontspec} % it is loaded by unicode-math