summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-sty.tex3
2 files changed, 8 insertions, 1 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 49638165eb..c968321dcf 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2022-04-19 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-sty.tex (tex4ht.sty): output name of the .4tc file to the
+ console and log file, to enable latexmk to track it.
+ https://tug.org/pipermail/tex4ht/2022q2/003213.html
+
2022-04-17 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (xcolor.4ht),
diff --git a/support/TeX4ht/source/tex4ht-sty.tex b/support/TeX4ht/source/tex4ht-sty.tex
index 7bf410fe7a..c7e58775aa 100644
--- a/support/TeX4ht/source/tex4ht-sty.tex
+++ b/support/TeX4ht/source/tex4ht-sty.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-sty.tex 1104 2022-03-30 12:06:52Z michal_h21 $
+% $Id: tex4ht-sty.tex 1114 2022-04-19 20:40:47Z michal_h21 $
% tex tex4ht-sty or ht tex tex4ht-sty
%
% Copyright 2009-2020 TeX Users Group
@@ -5842,6 +5842,7 @@ no matter what the actual symbol is. texinfo changes that symbol to
\noexpand\csname doTocEntry\string\endcsname\relax
\string\expandafter\string\endinput
\string\fi}%
+ \message{(\jobname.4tc)}% enable tracking of the .4tc file by latexmk
}%
>>>