texlive[59223] Master/texmf-dist: more missing \write-1 version

commits+karl at tug.org commits+karl at tug.org
Sun May 16 18:24:10 CEST 2021


Revision: 59223
          http://tug.org/svn/texlive?view=revision&revision=59223
Author:   karl
Date:     2021-05-16 18:24:10 +0200 (Sun, 16 May 2021)
Log Message:
-----------
more missing \write-1 version

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/Makefile
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-bibtex2.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/babel.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/bibtex2.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/caption-hooks.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/caption.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/Makefile	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/Makefile	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,4 +1,4 @@
-# $Id: Makefile 924 2021-05-02 22:55:22Z karl $
+# $Id: Makefile 936 2021-05-16 16:21:01Z karl $
 # This file is public domain.  Originally written 2010, Karl Berry.
 # Assumes GNU make.
 
@@ -804,19 +804,22 @@
 # Check that anything with a \version of this year
 # also has a copyright of this year.
 inst-check-copyright:
+	@echo '>>> $@'
 	-cd $(inst_dir_4ht) && for f in *; do \
 	  if grep "version.*`date +%Y`" $$f >/dev/null; then \
 	    grep "Copyright.*`date +%Y`" $$f >/dev/null || echo $$f; fi; done
 
 # Check that all *.4ht in dev are installed. Other file types are
-# difficult, but all 4ht's should be present.
+# difficult, but all 4ht's should be present, except mktex4ht.4ht.
 inst-check-files:
+	@echo '>>> $@'
 	cd $(inst_dir_4ht) && ls -1 *.4ht >/tmp/instlist
-	ls -1 *.4ht >/tmp/devlist
+	ls -1 *.4ht | fgrep -v mktex4ht.4ht >/tmp/devlist
 	comm -3 /tmp/devlist /tmp/instlist
 	
-# missing version identifications.
+# Check for missing version identifications.
 inst-check-version:
+	@echo '>>> $@'
 	-cd $(inst_dir_4ht) && for f in *; do \
 	  grep 'write-1.*version' $$f >/dev/null || echo $$f; done
 

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 934 2021-05-09 15:03:45Z karl $
+% $Id: tex4ht-4ht.tex 936 2021-05-16 16:21:01Z karl $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2021 TeX Users Group    
@@ -338,9 +338,9 @@
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
 \<book.4ht\><<<
-% book.4ht                             |version %
-% Copyright (C) |CopyYear.1997.      Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% book.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.1997. Eitan M. Gurari
+|<TeX4ht copywrite|>
 |<book / report / article cut points|>
 |<book et al tocs|>
 |<chapters for book / report|>
@@ -378,10 +378,9 @@
 >>>                        \AddFile{2}{report}
 
 \<article.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
-% article.4ht                           |version %
-% Copyright (C) |CopyYear.1997.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% article.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.1997. Eitan M. Gurari
+|<TeX4ht copywrite|>
 
 |<book / report / article cut points|>
 |<config article.sty utilities|>
@@ -11442,7 +11441,7 @@
 \<caption.4ht\><<<
 % caption.4ht (|version), generated from |jobname.tex
 % Copyright |CopyYear.2007. Eitan M. Gurari
-|<TeX4ht copyright|>
+|<TeX4ht copywrite|>
 |<caption shared config|>
 |<caption redefine makecaption|>
 |<caption addtocontents|>
@@ -11457,8 +11456,8 @@
 
 \<caption-hooks.4ht\><<<
 % caption-hooks.4ht (|version), generated from |jobname.tex
-% Copyright 2020 TeX Users Group
-|<TeX4ht copyright|>
+% Copyright 2020-2021 TeX Users Group
+|<TeX4ht license text|>
 \:AtEndOfPackage{%
   \long\def\caption at If@Package at Loaded#1[#2]#3#4{}
   \renewcommand*\caption at redefine{%
@@ -22787,10 +22786,9 @@
 \Link[http://babel.alis.com:8080/]{}{}Create your own multilingual Web\EndLink
 
 \<babel.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% babel.4ht                             |version %
-% Copyright (C) |CopyYear.1999.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% babel.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.1999. Eitan M. Gurari
+|<TeX4ht copywrite|>
 
 |<babel.def|>
 \Hinput{babel}
@@ -24710,10 +24708,9 @@
 %%%%%%%%%%%%%
 
 \<beamer.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% beamer.4ht                            |version %
-% Copyright (C) |CopyYear.2003.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% beamer.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2003. Eitan M. Gurari
+|<TeX4ht copywrite|>
 |<shared conf beamer|>
 \ifx \beamer at version\:UnDef
    |<shared conf beamer 0.8 and 0.3|>

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-bibtex2.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-bibtex2.tex	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-bibtex2.tex	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,8 +1,8 @@
-% $Id: tex4ht-bibtex2.tex 65 2010-11-17 19:16:45Z karl $
+% $Id: tex4ht-bibtex2.tex 936 2021-05-16 16:21:01Z karl $
 % compile: latex  tex4ht-bibtex2
 %
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) 2000-2009 Eitan M. Gurari
+% Copyright 2009-2021 TeX Users Group
+% Copyright 2000-2009 Eitan M. Gurari
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
 
@@ -17,8 +17,8 @@
 
 \<bibtex2.4ht\><<<
 % bibtex2.4ht (|version), generated from |jobname.tex
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) |CopyYear.2001. Eitan M. Gurari
+% Copyright 2009-2021 TeX Users Group
+% Copyright |CopyYear.2001. Eitan M. Gurari
 |<TeX4ht copywrite|>
 \catcode`\/=0
 \catcode`\\=12

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,6 +1,5 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% article.4ht                           2021-01-24-13:56 %
-% Copyright (C) 1997-2009       Eitan M. Gurari         %
+% article.4ht (2021-05-16-09:21), generated from tex4ht-4ht.tex
+% Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2021 TeX Users Group
 %
 % This work may be distributed and/or modified under the
@@ -18,7 +17,9 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
+\immediate\write-1{version 2021-05-16-09:21}
 
+
 \Configure{UndefinedSec}{likepart}
 \Configure{UndefinedSec}{likechapter}
 \Configure{UndefinedSec}{likesection}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/babel.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/babel.4ht	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/babel.4ht	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,6 +1,5 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% babel.4ht                             2021-04-25-09:48 %
-% Copyright (C) 1999-2009       Eitan M. Gurari         %
+% babel.4ht (2021-05-16-09:21), generated from tex4ht-4ht.tex
+% Copyright 1999-2009 Eitan M. Gurari
 % Copyright 2009-2021 TeX Users Group
 %
 % This work may be distributed and/or modified under the
@@ -18,7 +17,9 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
+\immediate\write-1{version 2021-05-16-09:21}
 
+
 \def\:tempc#1{%
   \edef\bbl at tempa{\expandafter\@gobble\string#1}%
   \expandafter\let\csname org@\bbl at tempa\endcsname#1

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,6 +1,5 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% beamer.4ht                            2021-04-30-15:27 %
-% Copyright (C) 2003-2009       Eitan M. Gurari         %
+% beamer.4ht (2021-05-16-09:21), generated from tex4ht-4ht.tex
+% Copyright 2003-2009 Eitan M. Gurari
 % Copyright 2009-2021 TeX Users Group
 %
 % This work may be distributed and/or modified under the
@@ -18,6 +17,8 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
+\immediate\write-1{version 2021-05-16-09:21}
+
 \NewConfigure{titlepage}{2}
 \NewConfigure{title}{2}
 \NewConfigure{author}{2}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/bibtex2.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/bibtex2.4ht	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/bibtex2.4ht	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,3 +1,23 @@
+% bibtex2.4ht (2021-05-16-09:21), generated from tex4ht-bibtex2.tex
+% Copyright 2009-2021 TeX Users Group
+% Copyright 2001-2009 Eitan M. Gurari
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+%   http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2021-05-16-09:21}
 
 \catcode`\/=0
 \catcode`\\=12

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,6 +1,6 @@
-% book.4ht                             2020-07-16-14:47 %
-% Copyright (C) 1997-2009      Eitan M. Gurari         %
-% Copyright 2009-2020 TeX Users Group
+% book.4ht (2021-05-16-09:21), generated from tex4ht-4ht.tex
+% Copyright 1997-2009 Eitan M. Gurari
+% Copyright 2009-2021 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -17,6 +17,8 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
+\immediate\write-1{version 2021-05-16-09:21}
+
 \Configure{UndefinedSec}{likepart}
 \Configure{UndefinedSec}{likechapter}
 \Configure{UndefinedSec}{likesection}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/caption-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/caption-hooks.4ht	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/caption-hooks.4ht	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,6 +1,5 @@
-% caption-hooks.4ht (2020-10-17-13:53), generated from tex4ht-4ht.tex
-% Copyright 2020 TeX Users Group
-% Copyright 2009-2020 TeX Users Group
+% caption-hooks.4ht (2021-05-16-09:21), generated from tex4ht-4ht.tex
+% Copyright 2020-2021 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -17,6 +16,8 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
+\immediate\write-1{version 2021-05-16-09:21}
+
 \:AtEndOfPackage{%
   \long\def\caption at If@Package at Loaded#1[#2]#3#4{}
   \renewcommand*\caption at redefine{%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/caption.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/caption.4ht	2021-05-16 14:05:04 UTC (rev 59222)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/caption.4ht	2021-05-16 16:24:10 UTC (rev 59223)
@@ -1,4 +1,4 @@
-% caption.4ht (2021-04-15-13:52), generated from tex4ht-4ht.tex
+% caption.4ht (2021-05-16-09:21), generated from tex4ht-4ht.tex
 % Copyright 2007-2009 Eitan M. Gurari
 % Copyright 2009-2021 TeX Users Group
 %
@@ -17,6 +17,8 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
+\immediate\write-1{version 2021-05-16-09:21}
+
 \let\sv:toclof\toclof
 \def\toclof#1#2#3{%
    \bgroup



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