summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-19 20:57:14 +0000
committerKarl Berry <karl@freefriends.org>2022-04-19 20:57:14 +0000
commit5a436a31d55402e6f3a487016c4525cc06448d9f (patch)
treefd18db8d94605f761ee827a04d1845fd23297e1a /Master/texmf-dist/source
parentb12479292b3e2468c564619ee6b60dbc13eeb1be (diff)
output .4tc to console+log, tex4ht r1114
git-svn-id: svn://tug.org/texlive/trunk@63082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex3
2 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 49638165ebd..c968321dcf2 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex
index 7bf410fe7a0..c7e58775aa0 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/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
}%
>>>