summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-11 22:47:10 +0000
committerKarl Berry <karl@freefriends.org>2022-01-11 22:47:10 +0000
commit4902f0bb638a2a0b2c74cb856c0d0985561f38c8 (patch)
treea3005d1694f9e8d004e3a5c55abf32cbd7234780 /Build/source/texk/web2c/ChangeLog
parenta348646a50088b57d1f9d21d7270d8fa3344b769 (diff)
make tangle-sh, ctangleboot-sh, and make report what they do
git-svn-id: svn://tug.org/texlive/trunk@61575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r--Build/source/texk/web2c/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index c7df0c68127..daa75a421de 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,24 @@
+2022-01-10 Karl Berry <karl@freefriends.org>
+
+ * tangle-sh.in,
+ * ctangleboot-sh.in: be more verbose if AM_V_P.
+ https://tug.org/pipermail/tlbuild/2022q1/005001.html
+ Mention the Automake manual section which is the source for
+ the approach taken:
+ https://gnu.org/s/automake/manual/html_node/Multiple-Outputs.html
+
+ * am/bootstrap.am: do not silence {,c}tangle{,boot}.
+ (common_ctangle): change to variable from common-ctangle target,
+ to avoid endless remakes due to (I think) conflict with
+ common-ctangle stamp file created by ctangleboot-sh[.in].
+ (tangle.web): replace ancient message about web.tar.gz.
+
+ * am/texmf.am: do not silence tangle-sh.
+
+ * Makefile.am,
+ * help.h,
+ * am/web.am: copyright 2022.
+
2022-01-09 Andreas Scherer <https://ascherer.github.io>
* help.h,
@@ -5,7 +26,7 @@
2022-01-07 Karl Berry <karl@freefriends.org>
- * (MFTHELP): consistent argument names. Report from
+ * help.h (MFTHELP): consistent argument names. Report from
Laurence Finston, tex-k 22 Dec 2021 12:38:36.
2022-01-06 Andreas Scherer <https://ascherer.github.io>