texlive[69811] Build/source/texk/web2c: install twill-refsort
commits+karl at tug.org
commits+karl at tug.org
Mon Feb 12 00:09:18 CET 2024
Revision: 69811
https://tug.org/svn/texlive?view=revision&revision=69811
Author: karl
Date: 2024-02-12 00:09:18 +0100 (Mon, 12 Feb 2024)
Log Message:
-----------
install twill-refsort
Modified Paths:
--------------
trunk/Build/source/texk/web2c/ChangeLog
trunk/Build/source/texk/web2c/Makefile.in
trunk/Build/source/texk/web2c/am/cweb.am
Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog 2024-02-11 22:37:47 UTC (rev 69810)
+++ trunk/Build/source/texk/web2c/ChangeLog 2024-02-11 23:09:18 UTC (rev 69811)
@@ -1,3 +1,32 @@
+2024-02-11 Karl Berry <karl at tug.org>
+
+ * am/cweb.am (dist_bin_SCRIPTS): add cwebdir/twill-refsort.
+
+ * Add keyword expansion to files that had a literal $Id$:
+cwebdir/twill-refsort
+eptexdir/epver.test
+euptexdir/eptriptest.test
+euptexdir/eupver.test
+euptexdir/upkcat.test
+mplibdir/mpmathbinary.w
+mplibdir/mpmathdecimal.w
+mplibdir/mpmathinterval.w
+ptexdir/pver.test
+tests/expanded-overflow.tex
+twill.test
+uptexdir/gk256.test
+uptexdir/gkhuge.test
+uptexdir/nissya.test
+uptexdir/ptriptest.test
+uptexdir/sample.test
+uptexdir/skipjfmp.test
+uptexdir/unibib.test
+uptexdir/uparse.test
+uptexdir/upbibtex-mem.test
+uptexdir/upkcat.test
+uptexdir/upver.test
+web2c/Makefile.am
+
2024-02-01 Luigi Scarso <luigi.scarso at gmail.com>
* ac/web2c.ac (mp, pmp, upmp): depend on mpfi.
Modified: trunk/Build/source/texk/web2c/Makefile.in
===================================================================
--- trunk/Build/source/texk/web2c/Makefile.in 2024-02-11 22:37:47 UTC (rev 69810)
+++ trunk/Build/source/texk/web2c/Makefile.in 2024-02-11 23:09:18 UTC (rev 69811)
@@ -3833,7 +3833,7 @@
nodist_vptovf_SOURCES = vptovf.c vptovf.h
nodist_weave_SOURCES = weave.c weave.h
nodist_twill_SOURCES = twill.c twill.h
-dist_bin_SCRIPTS = cwebdir/ctwill-proofsort
+dist_bin_SCRIPTS = cwebdir/ctwill-proofsort cwebdir/twill-refsort
nodist_ctie_SOURCES = ctie.c
nodist_cweave_SOURCES = cweave.c cweb.c
nodist_ctwill_SOURCES = ctwill.c cweb.c
Modified: trunk/Build/source/texk/web2c/am/cweb.am
===================================================================
--- trunk/Build/source/texk/web2c/am/cweb.am 2024-02-11 22:37:47 UTC (rev 69810)
+++ trunk/Build/source/texk/web2c/am/cweb.am 2024-02-11 23:09:18 UTC (rev 69811)
@@ -1,12 +1,12 @@
## $Id$
## texk/web2c/am/cweb.am: Makefile fragment for cweb programs (except ctangle).
##
-## Copyright 2015-2023 Karl Berry <tex-live at tug.org>
+## Copyright 2015-2024 Karl Berry <tex-live at tug.org>
## Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
## You may freely use, modify and/or distribute this file.
bin_PROGRAMS += ctie cweave ctwill ctwill-refsort ctwill-twinx tie
-dist_bin_SCRIPTS = cwebdir/ctwill-proofsort
+dist_bin_SCRIPTS = cwebdir/ctwill-proofsort cwebdir/twill-refsort
EXTRA_DIST += ctiedir tiedir
NEVER_DIST += ctiedir/ctie.log ctiedir/ctie.trs tiedir/tie.log tiedir/tie.trs
More information about the tex-live-commits
mailing list.