From 9ebef863fbd274ccc04480e1f12b7ce385c739c8 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Fri, 10 Apr 2020 11:14:07 +0000 Subject: [CWEB] Add new command-line option '-t'. If disabled with '-t', the temporary output is ignored unconditionally and the final output is (re-)created irrespective of changes between runs. (Default is '+t' for CWEB={ctangle,cweave,ctwill}.) git-svn-id: svn://tug.org/texlive/trunk@54639 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/cwebdir/comm-w2c.ch | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.ch') diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index ed87a71e9b4..1b5201897de 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -854,6 +854,7 @@ overflow( @d show_happiness flags['h'] /* should lack of errors be announced? */ @y @d show_happiness flags['h'] /* should lack of errors be announced? */ +@d temporary_output flags['t'] /* should temporary output take precedence? */ @d make_xrefs flags['x'] /* should cross references be output? */ @z @@ -874,6 +875,7 @@ const char *use_language=""; /* prefix of \.{cwebmac.tex} in \TEX/ output */ @x show_banner=show_happiness=show_progress=1; @y +temporary_output=1; /* Check temporary output for changes */ @z @x -- cgit v1.2.3