diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-10 11:14:07 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-10 11:14:07 +0000 |
commit | 9ebef863fbd274ccc04480e1f12b7ce385c739c8 (patch) | |
tree | a1ce3d49bc55a3f819f5cae68eaa5abc0bcbf686 /Build/source/texk/web2c/man | |
parent | ffb1a15162aabae2a564f442f4041b4f4f1766d7 (diff) |
[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
Diffstat (limited to 'Build/source/texk/web2c/man')
-rw-r--r-- | Build/source/texk/web2c/man/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/ctwill.man | 10 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/cweb.man | 10 |
3 files changed, 17 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog index ae88b893d23..afb7d019e31 100644 --- a/Build/source/texk/web2c/man/ChangeLog +++ b/Build/source/texk/web2c/man/ChangeLog @@ -1,3 +1,8 @@ +2020-03-30 Andreas Scherer <https://ascherer.github.io> + + * cweb.man, + * ctwill.man: Add new option '-t' to CWEB. + 2020-02-01 Andreas Scherer <https://ascherer.github.io> * cweb.man, diff --git a/Build/source/texk/web2c/man/ctwill.man b/Build/source/texk/web2c/man/ctwill.man index b5e8744640c..95f4d4fbfb1 100644 --- a/Build/source/texk/web2c/man/ctwill.man +++ b/Build/source/texk/web2c/man/ctwill.man @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 2.9.1.1 +.\" Automatically generated by Pandoc 2.9.2.1 .\" -.TH "CTWILL" "1" "December 7, 2019" "Web2c @VERSION@" "General Commands Manual" +.TH "CTWILL" "1" "March 30, 2020" "Web2c @VERSION@" "General Commands Manual" .hy .SH NAME .PP @@ -116,8 +116,8 @@ In TeX\ Live the utility programs are prefixed with \f[B]ctwill-\f[R] and the macro files with \f[B]ct\f[R] for technical reasons. .IP \[bu] 2 Options \f[B]--help\f[R], \f[B]--quiet\f[R], \f[B]--verbose\f[R], -\f[B]--version\f[R], and flags \f[B]-i\f[R], \f[B]-o\f[R], and -\f[B]+lX\f[R] are new in CWEBbin and TeX\ Live. +\f[B]--version\f[R], and flags \f[B]-i\f[R], \f[B]-o\f[R], \f[B]-t\f[R], +and \f[B]+lX\f[R] are new in CWEBbin and TeX\ Live. .IP \[bu] 2 Option \f[B]+lX\f[R] is accompanied by example wrapper files for \f[B]ctwimac.tex\f[R] and \f[B]ctproofmac.tex\f[R] with translated @@ -162,6 +162,8 @@ output .IP \[bu] 2 \f[B]-o\f[R]: suppress separation of declarations and statements .IP \[bu] 2 +\f[B]-t\f[R]: ignore temporary output irrespective of changes +.IP \[bu] 2 \f[B]-x\f[R]: omit indices, section names, table of contents .IP \[bu] 2 \f[B]+P\f[R]: \f[B]\[rs]input ctproofmac.tex\f[R] instead of diff --git a/Build/source/texk/web2c/man/cweb.man b/Build/source/texk/web2c/man/cweb.man index 37cb7456db3..6632ebe9386 100644 --- a/Build/source/texk/web2c/man/cweb.man +++ b/Build/source/texk/web2c/man/cweb.man @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 2.9.1.1 +.\" Automatically generated by Pandoc 2.9.2.1 .\" -.TH "CWEB" "1" "December 7, 2019" "Web2c @VERSION@" "General Commands Manual" +.TH "CWEB" "1" "March 30, 2020" "Web2c @VERSION@" "General Commands Manual" .hy .SH NAME .PP @@ -55,8 +55,8 @@ the resulting output. There are, however, a few differences worth noting: .IP \[bu] 2 Options \f[B]--help\f[R], \f[B]--quiet\f[R], \f[B]--verbose\f[R], -\f[B]--version\f[R], and flags \f[B]-i\f[R], \f[B]-o\f[R], and -\f[B]+lX\f[R] are new in CWEBbin and TeX\ Live. +\f[B]--version\f[R], and flags \f[B]-i\f[R], \f[B]-o\f[R], \f[B]-t\f[R], +and \f[B]+lX\f[R] are new in CWEBbin and TeX\ Live. .IP \[bu] 2 Option \f[B]+lX\f[R] is accompanied by several wrapper files for \f[B]cwebmac.tex\f[R] with translated captions for German @@ -97,6 +97,8 @@ The first batch of options are common to both \f[B]ctangle\f[R] and .IP \[bu] 2 \f[B]+s\f[R]: print usage statistics .IP \[bu] 2 +\f[B]-t\f[R]: ignore temporary output irrespective of changes +.IP \[bu] 2 \f[B]--help\f[R]: display help message and exit .IP \[bu] 2 \f[B]--version\f[R]: output version information and exit |