texlive[55477] Build/source/texk/web2c/man: Detail special
commits+ascherer at tug.org
commits+ascherer at tug.org
Mon Jun 8 10:44:08 CEST 2020
Revision: 55477
http://tug.org/svn/texlive?view=revision&revision=55477
Author: ascherer
Date: 2020-06-08 10:44:07 +0200 (Mon, 08 Jun 2020)
Log Message:
-----------
Detail special environments for individual programs.
CWEB -- both the original DEK variant and this TL extension including
CTWILL -- and CTIE use the CWEBINPUTS environment. This might lead to
conflicts between various settings. (Classical DEK CWEB does not
support multiple, colon-separated path entries.) In TeX Live, special
variants of CWEBINPUTS can be used for different applications.
The same is true for WEB -- both DEK and TL -- and TIE, which all use
WEBINPUTS by default. Here also, application-specific extensions are
available in TeX Live.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/man/ChangeLog
trunk/Build/source/texk/web2c/man/ctie.man
trunk/Build/source/texk/web2c/man/ctwill.man
trunk/Build/source/texk/web2c/man/cweb.man
trunk/Build/source/texk/web2c/man/tie.man
Modified: trunk/Build/source/texk/web2c/man/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/man/ChangeLog 2020-06-07 23:48:34 UTC (rev 55476)
+++ trunk/Build/source/texk/web2c/man/ChangeLog 2020-06-08 08:44:07 UTC (rev 55477)
@@ -1,3 +1,10 @@
+2020-06-08 Andreas Scherer <https://ascherer.github.io>
+
+ * ctie.man,
+ * ctwill.man,
+ * cweb.man,
+ * tie.man: Detail special environments for individual programs.
+
2020-06-06 Andreas Scherer <https://ascherer.github.io>
* tex.man: Complete sentence about TEXINPUTS environment.
Modified: trunk/Build/source/texk/web2c/man/ctie.man
===================================================================
--- trunk/Build/source/texk/web2c/man/ctie.man 2020-06-07 23:48:34 UTC (rev 55476)
+++ trunk/Build/source/texk/web2c/man/ctie.man 2020-06-08 08:44:07 UTC (rev 55477)
@@ -1,4 +1,4 @@
-.TH CTIE 1 "7 April 2010" "Web2C @VERSION@"
+.TH CTIE 1 "8 June 2020" "Web2C @VERSION@"
.\"=====================================================================
.SH NAME
ctie \- merge or apply CWEB change files
@@ -45,6 +45,9 @@
or the system default if CWEBINPUTS is not set. See
.BR tex (1)
for the details of the searching.
+To avoid conflicts with other programs that also use the CWEBINPUTS
+environment, you can be more specific and use CWEBINPUTS_ctie for
+special requirements in CTIE.
.\"=====================================================================
.SH "SEE ALSO"
.BR cweb (1),
Modified: trunk/Build/source/texk/web2c/man/ctwill.man
===================================================================
--- trunk/Build/source/texk/web2c/man/ctwill.man 2020-06-07 23:48:34 UTC (rev 55476)
+++ trunk/Build/source/texk/web2c/man/ctwill.man 2020-06-08 08:44:07 UTC (rev 55477)
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.9.2.1
.\"
-.TH "CTWILL" "1" "March 30, 2020" "Web2c @VERSION@" "General Commands Manual"
+.TH "CTWILL" "1" "June 08, 2020" "Web2c @VERSION@" "General Commands Manual"
.hy
.SH NAME
.PP
@@ -127,7 +127,7 @@
\f[B]--verbose\f[R] option to get the original behavior.
.IP \[bu] 2
File lookup with the environment variable CWEBINPUTS is extended to
-permit several, colon-separated, paths.
+permit several, colon-separated, paths; see ENVIRONMENT below.
.IP \[bu] 2
If properly configured, the main program \f[B]ctwill\f[R] is localized
with the \[lq]GNU gettext utilities\[rq].
@@ -182,6 +182,9 @@
The environment variable CWEBINPUTS is used to search for the input
files, or the system default if CWEBINPUTS is not set.
See tex(1) for the details of the searching.
+To avoid conflicts with other programs that also use the CWEBINPUTS
+environment, you can be more specific and use CWEBINPUTS_cweb for
+special requirements in CWEB.
.PP
If prepared for NLS support, \f[B]ctwill\f[R] like \f[B]ctangle\f[R] and
\f[B]cweave\f[R] uses the environment variable TEXMFLOCALEDIR to
Modified: trunk/Build/source/texk/web2c/man/cweb.man
===================================================================
--- trunk/Build/source/texk/web2c/man/cweb.man 2020-06-07 23:48:34 UTC (rev 55476)
+++ trunk/Build/source/texk/web2c/man/cweb.man 2020-06-08 08:44:07 UTC (rev 55477)
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.9.2.1
.\"
-.TH "CWEB" "1" "March 30, 2020" "Web2c @VERSION@" "General Commands Manual"
+.TH "CWEB" "1" "June 08, 2020" "Web2c @VERSION@" "General Commands Manual"
.hy
.SH NAME
.PP
@@ -66,7 +66,7 @@
\f[B]--verbose\f[R] option to get the original behavior.
.IP \[bu] 2
File lookup with the environment variable CWEBINPUTS is extended to
-permit several, colon-separated, paths.
+permit several, colon-separated, paths; see ENVIRONMENT below.
.IP \[bu] 2
If properly configured, the main programs \f[B]ctangle\f[R] and
\f[B]cweave\f[R] are localized with the \[lq]GNU gettext utilities\[rq].
@@ -123,6 +123,9 @@
The environment variable CWEBINPUTS is used to search for the input
files, or the system default if CWEBINPUTS is not set.
See tex(1) for the details of the searching.
+To avoid conflicts with other programs that also use the CWEBINPUTS
+environment, you can be more specific and use CWEBINPUTS_cweb for
+special requirements in CWEB.
.PP
If prepared for NLS support, \f[B]ctangle\f[R] and \f[B]cweave\f[R] use
the environment variable TEXMFLOCALEDIR to configure the parent
Modified: trunk/Build/source/texk/web2c/man/tie.man
===================================================================
--- trunk/Build/source/texk/web2c/man/tie.man 2020-06-07 23:48:34 UTC (rev 55476)
+++ trunk/Build/source/texk/web2c/man/tie.man 2020-06-08 08:44:07 UTC (rev 55477)
@@ -1,4 +1,4 @@
-.TH TIE 1 "7 April 2010" "Web2C @VERSION@"
+.TH TIE 1 "8 June 2020" "Web2C @VERSION@"
.\"=====================================================================
.SH NAME
tie \- merge or apply WEB change files
@@ -41,6 +41,9 @@
or the system default if WEBINPUTS is not set. See
.BR tex (1)
for the details of the searching.
+To avoid conflicts with other programs that also use the WEBINPUTS
+environment, you can be more specific and use WEBINPUTS_tie for
+special requirements in TIE.
.\"=====================================================================
.SH "SEE ALSO"
.BR web (1),
More information about the tex-live-commits
mailing list.