summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/am/cweb.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-18 16:46:20 +0000
committerKarl Berry <karl@freefriends.org>2023-06-18 16:46:20 +0000
commit6ac937eacf6769d9f4c83f25b25329d0a424b313 (patch)
treeda42b068d487ab9f7a5557fe48be2ff87b1b9608 /Build/source/texk/web2c/am/cweb.am
parent5526983e76b1b40456b138a152231906e200f56b (diff)
install ctwill-proofsort; script tweaks; exit ctwill.test without running TeX
git-svn-id: svn://tug.org/texlive/trunk@67398 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/am/cweb.am')
-rw-r--r--Build/source/texk/web2c/am/cweb.am25
1 files changed, 14 insertions, 11 deletions
diff --git a/Build/source/texk/web2c/am/cweb.am b/Build/source/texk/web2c/am/cweb.am
index 159b1d85628..ccf74d79afd 100644
--- a/Build/source/texk/web2c/am/cweb.am
+++ b/Build/source/texk/web2c/am/cweb.am
@@ -1,9 +1,12 @@
+## $Id$
## texk/web2c/am/cweb.am: Makefile fragment for cweb programs (except ctangle).
##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2015-2023 Karl Berry <tex-live@tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@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
EXTRA_DIST += ctiedir tiedir
NEVER_DIST += ctiedir/ctie.log ctiedir/ctie.trs tiedir/tie.log tiedir/tie.trs
@@ -44,19 +47,19 @@ DISTCLEANFILES += tie.c
## Tests
##
-TESTS += ctiedir/ctie.test cwebdir/ctwill.test cwebdir/cweave.test tiedir/tie.test
+TESTS += ctiedir/ctie.test
+DISTCLEANFILES += ctie.outc ctie.outm
ctiedir/ctie.log: ctie$(EXEEXT)
-cwebdir/cweave.log: cweave$(EXEEXT)
-cwebdir/ctwill.log: ctwill$(EXEEXT)
-tiedir/tie.log: tie$(EXEEXT)
-## ctiedir/ctie.test
-DISTCLEANFILES += ctie.outc ctie.outm
-## cwebdir/ctwill.test
+TESTS += cwebdir/ctwill.test
DISTCLEANFILES += ctwill.w ctwill.tex ctwill.aux ctwill.idx ctwill.scn
DISTCLEANFILES += ctwill.ref ctwill.sref ctwill.dvi ctwill-sorted.tex
-## cwebdir/cweave.test
+cwebdir/ctwill.log: ctwill$(EXEEXT)
+
+TESTS += cwebdir/cweave.test
DISTCLEANFILES += common.tex common.scn common.idx
-## tiedir/tie.test
-DISTCLEANFILES += tie.outc tie.outm
+cwebdir/cweave.log: cweave$(EXEEXT)
+TESTS += tiedir/tie.test
+DISTCLEANFILES += tie.outc tie.outm
+tiedir/tie.log: tie$(EXEEXT)