[tex4ht-commits] [SCM] tex4ht updated: r1062 - trunk/lit

Karl Berry INVALID.NOREPLY at gnu.org.ua
Sun Jan 23 16:51:44 CET 2022


Author: karl
Date: 2022-01-23 15:51:43 +0000 (Sun, 23 Jan 2022)
New Revision: 1062

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-4ht.tex
   trunk/lit/tex4ht-html5.tex
Log:
2022

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-01-20 22:17:17 UTC (rev 1061)
+++ trunk/lit/ChangeLog	2022-01-23 15:51:43 UTC (rev 1062)
@@ -1,3 +1,9 @@
+2022-01-23  Karl Berry  <karl at freefriends.org>
+
+	* tex4ht-4ht.tex,
+	* tex4ht-html5.tex: 2022.
+	* Makefile (diff-*): report targets.
+
 2022-01-20  Karl Berry  <karl at freefriends.org>
 
 	* update-htfonts: new script to compare/update htfonts from

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2022-01-20 22:17:17 UTC (rev 1061)
+++ trunk/lit/Makefile	2022-01-23 15:51:43 UTC (rev 1062)
@@ -753,11 +753,13 @@
 
 # Diff source files from installed to dev.
 diff-src:
-	for f in $(srcfiles); do $(diff) $$f $(inst_dir_source)/$$f; done
+	@echo; echo '>>> $@'
+	for f in $(srcfiles); do $(diff) $(inst_dir_source)/$$f $$f; done
 #
 # Install from dev to installed.
-install-src:
+update-src:
 	for f in $(srcfiles); do $(install_data) $$f $(inst_dir_source); done
+	svn status $(inst_dir_source)
 #
 # Just list the files.
 list-src:
@@ -771,6 +773,7 @@
 
 # Compare only.
 diff-htfonts:
+	@echo; echo '>>> $@'
 	./update-htfonts diff $(ht_fonts_devdir) $(ht_fonts_instdir) | tee /tmp/htdif
 
 # Compare and update.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2022-01-20 22:17:17 UTC (rev 1061)
+++ trunk/lit/tex4ht-4ht.tex	2022-01-23 15:51:43 UTC (rev 1062)
@@ -4167,7 +4167,7 @@
 
 \<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 @@
 
 \<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

Modified: trunk/lit/tex4ht-html5.tex
===================================================================
--- trunk/lit/tex4ht-html5.tex	2022-01-20 22:17:17 UTC (rev 1061)
+++ trunk/lit/tex4ht-html5.tex	2022-01-23 15:51:43 UTC (rev 1062)
@@ -2,7 +2,7 @@
 % 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|>
 >>>
 



More information about the tex4ht-commits mailing list.