From 8c73d7e6ae1b08c4d5879ec471b96eab45366281 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 23 Jan 2022 15:53:00 +0000 Subject: 2022 git-svn-id: svn://tug.org/texlive/trunk@61710 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/generic/tex4ht/ChangeLog | 6 ++++++ Master/texmf-dist/source/generic/tex4ht/Makefile | 4 +++- Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 7 +++---- Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex | 6 +++--- Master/texmf-dist/source/generic/tex4ht/update-htfonts | 0 5 files changed, 15 insertions(+), 8 deletions(-) mode change 100755 => 100644 Master/texmf-dist/source/generic/tex4ht/update-htfonts (limited to 'Master/texmf-dist/source/generic/tex4ht') 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 + + * tex4ht-4ht.tex, + * tex4ht-html5.tex: 2022. + * Makefile (diff-*): report targets. + 2022-01-20 Karl Berry * 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 (|version), generated from |jobname.tex -% Copyright 2021 TeX Users Group +% Copyright 2021-2022 TeX Users Group | \:dontusepackage{unicode-math} \RequirePackage{fontspec} % it is loaded by unicode-math @@ -25620,9 +25620,8 @@ Do we need the following? \<<< % texpower.4ht (|version), generated from |jobname.tex -% Copyright 2009-2022 TeX Users Group % Copyright |CopyYear.2003. Eitan M. Gurari -| +| | \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.4ht (|version), generated from |jobname.tex -% Copyright 2016-2021 TeX Users Group +% Copyright 2016-2022 TeX Users Group | >>> diff --git a/Master/texmf-dist/source/generic/tex4ht/update-htfonts b/Master/texmf-dist/source/generic/tex4ht/update-htfonts old mode 100755 new mode 100644 -- cgit v1.2.3