diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2021-09-16 11:13:15 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2021-09-16 11:13:15 +0000 |
commit | 7babe2030a984be601d710791466ef924d86aa15 (patch) | |
tree | 7161702cf9a7ed3b1ed998363e62401c2dd64aee /Build/source/texk/web2c/help.h | |
parent | 5efc5b488d9d9fba35ad0884b6a900c681945ffa (diff) |
[CWEB] Pre-release of version 4.6.
This is a service update due to general demand:
* Option 'c' is OFF by default to avoid spurious entries in build.log.
* 'squash'/'reduce' have been straightened out for k=1,..,4.
* Code beautifications for 'make fullmanual'.
* Code cleanup for internal reasons.
* Cleanup in 'prod.w' (indentation et al.).
* New 'prod-cweave.w' (along 'prod-twill.w') for material from CWEBbin.
* Fixes for option '-o' (didn't work as advertised in border cases).
* New signature for the 'make_ministring' function in CTWILL.
git-svn-id: svn://tug.org/texlive/trunk@60519 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r-- | Build/source/texk/web2c/help.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index d6078658d29..de87af618bb 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -61,7 +61,7 @@ const_string CTANGLEHELP[] = { "+p print progress report messages", "+/-q shortcut for '-bhp'; also '--quiet' (default)", "+/-v shortcut for '+bhp'; also '--verbose'", - "-c ignore temporary output irrespective of changes", + "+c check temporary output for changes", "-dN set 'kpathsea_debug' to N (0..127)", "+k keep separators in numeric literals in the output", "+s print usage statistics", @@ -83,7 +83,7 @@ const_string CWEAVEHELP[] = { "+p print progress report messages", "+/-q shortcut for '-bhp'; also '--quiet' (default)", "+/-v shortcut for '+bhp'; also '--verbose'", - "-c ignore temporary output irrespective of changes", + "+c check temporary output for changes", "-dN set 'kpathsea_debug' to N (0..127)", "-e do not enclose C material in \\PB{...}", "-f do not force a newline after every C statement in output", @@ -111,7 +111,7 @@ const_string CTWILLHELP[] = { "+p print progress report messages", "+/-q shortcut for '-bhp'; also '--quiet' (default)", "+/-v shortcut for '+bhp'; also '--verbose'", - "-c ignore temporary output irrespective of changes", + "+c check temporary output for changes", "-dN set 'kpathsea_debug' to N (0..127)", "-e do not enclose C material in \\PB{...}", "-f do not force a newline after every C statement in output", |