[tex4ht-commits] [SCM] tex4ht updated: r1538 - trunk/lit
Karl Berry
INVALID.NOREPLY at gnu.org.ua
Sun Jul 7 17:55:16 CEST 2024
Author: karl
Date: 2024-07-07 15:55:16 +0000 (Sun, 07 Jul 2024)
New Revision: 1538
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-env.tex
Log:
no longer generate the bare tex4ht.env, which is not installed and has not been kept in sync with the other tex4ht.env-*
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-07-06 19:48:42 UTC (rev 1537)
+++ trunk/lit/ChangeLog 2024-07-07 15:55:16 UTC (rev 1538)
@@ -1,3 +1,9 @@
+2024-07-07 Karl Berry <karl at freefriends.org>
+
+ * Makefile (tex4ht_env_derived),
+ * tex4ht-env.tex: no longer generate tex4ht.env, just
+ .env-unix and .env-win32, since those are the only ones we use.
+
2024-07-06 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): added itemize+ option. It will keep
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2024-07-06 19:48:42 UTC (rev 1537)
+++ trunk/lit/Makefile 2024-07-07 15:55:16 UTC (rev 1538)
@@ -138,7 +138,7 @@
endif
derived += $(tex4ht_env_derived)
-tex4ht_env_derived = tex4ht.env-unix tex4ht.env-win32 tex4ht.env
+tex4ht_env_derived = tex4ht.env-unix tex4ht.env-win32
derived += $(tex4ht_fonts_cjk_derived)
tex4ht_fonts_cjk_derived = \
Modified: trunk/lit/tex4ht-env.tex
===================================================================
--- trunk/lit/tex4ht-env.tex 2024-07-06 19:48:42 UTC (rev 1537)
+++ trunk/lit/tex4ht-env.tex 2024-07-07 15:55:16 UTC (rev 1538)
@@ -2,7 +2,7 @@
% latex tex4ht-env
% or htlatex tex4ht-env "xhtml,3"
%
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -1650,8 +1650,7 @@
\<unix copyright\><<<
% tex4ht.env-unix (@version), generated from @jobname.tex
-% (can be used as ~/.tex4ht)
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
% Copyright @CopyYear.1997. Eitan M. Gurari
@<TeX4ht copyright@>>>>
@@ -1658,19 +1657,23 @@
\<private copyright\><<<
% tex4ht.env (private) (@version), generated from @jobname.tex
% (can be used as ~/.tex4ht)
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
% Copyright @CopyYear.1997. Eitan M. Gurari
@<TeX4ht copyright@>>>>
\<win32 copyright\><<<
% tex4ht.env-win32 (@version), generated from @jobname.tex
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
% Copyright @CopyYear.1997. Eitan M. Gurari
@<TeX4ht copyright@>>>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\OutputCode\<tex4ht\>
+% Let's no longer create tex4ht.env; it's too easy to mistakenly update
+% a system version with it. Post-Eitan, we haven't tried to keep it in
+% sync with the others.
+%\OutputCode\<tex4ht\>
+
\OutputCodE\<tex4ht.env-unix\>
\OutputCodE\<tex4ht.env-win32\>
More information about the tex4ht-commits
mailing list.