texlive[67447] Build/source/texk/web2c: [CWEB] Final touches.
commits+ascherer at tug.org
commits+ascherer at tug.org
Fri Jun 23 14:39:00 CEST 2023
Revision: 67447
http://tug.org/svn/texlive?view=revision&revision=67447
Author: ascherer
Date: 2023-06-23 14:39:00 +0200 (Fri, 23 Jun 2023)
Log Message:
-----------
[CWEB] Final touches.
The TWINX output shouldn't be distributed.
For consistency, the main output from CTWILL is checked.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/am/cweb.am
trunk/Build/source/texk/web2c/cwebdir/ChangeLog
trunk/Build/source/texk/web2c/cwebdir/ctwill.test
Modified: trunk/Build/source/texk/web2c/am/cweb.am
===================================================================
--- trunk/Build/source/texk/web2c/am/cweb.am 2023-06-22 23:43:20 UTC (rev 67446)
+++ trunk/Build/source/texk/web2c/am/cweb.am 2023-06-23 12:39:00 UTC (rev 67447)
@@ -52,7 +52,7 @@
ctiedir/ctie.log: ctie$(EXEEXT)
TESTS += cwebdir/ctwill.test
-DISTCLEANFILES += ham.aux ham.idx ham.scn ham.sref ham.tex ham-sorted.tex
+DISTCLEANFILES += ham.aux ham.idx ham.scn ham.sref ham.tex ham-sorted.tex index.tex
cwebdir/ctwill.log: ctwill$(EXEEXT)
TESTS += cwebdir/cweave.test
Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2023-06-22 23:43:20 UTC (rev 67446)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2023-06-23 12:39:00 UTC (rev 67447)
@@ -1,3 +1,7 @@
+2023-06-23 Andreas Scherer <https://ascherer.github.io>
+
+ * ctwill.test: Check CTWILL output.
+
2023-06-22 Andreas Scherer <https://ascherer.github.io>
* ctproofmac.tex,
Modified: trunk/Build/source/texk/web2c/cwebdir/ctwill.test
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctwill.test 2023-06-22 23:43:20 UTC (rev 67446)
+++ trunk/Build/source/texk/web2c/cwebdir/ctwill.test 2023-06-23 12:39:00 UTC (rev 67447)
@@ -8,6 +8,7 @@
# Test CTWILL by running it twice
CWEBINPUTS=$testdir ./ctwill ham ham || exit 1
CWEBINPUTS=$testdir ./ctwill ham ham || exit 1
+diff ham.tex $testdir/ham.tex || exit 1
# Test CTWILL-REFSORT
./ctwill-refsort < $testdir/ham.ref > ham.sref || exit 1
More information about the tex-live-commits
mailing list.