summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebboot.cin
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-07-08 14:10:34 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-07-08 14:10:34 +0000
commit21760a8fd8ee8bf68ccc89735c18bdf94741488b (patch)
treeec59b84e93b9b083cc5e67ed3c0541fe36d79bf9 /Build/source/texk/web2c/cwebboot.cin
parent7eb183dfdadbd54eda23ffaacff5e4642232b64a (diff)
[CWEB] Add '-dN' to 'help' message and in 'cwebman.pdf'.
See section 92 of 'common-changes.pdf' created with 'comm-w2c.ch'. git-svn-id: svn://tug.org/texlive/trunk@55782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebboot.cin')
-rw-r--r--Build/source/texk/web2c/cwebboot.cin15
1 files changed, 8 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin
index 0d39c9c82ec..fc7685e2749 100644
--- a/Build/source/texk/web2c/cwebboot.cin
+++ b/Build/source/texk/web2c/cwebboot.cin
@@ -29,7 +29,8 @@
typedef bool boolean;
#define HAVE_BOOLEAN
-#include <kpathsea/kpathsea.h>
+#include <kpathsea/kpathsea.h>
+
#include <w2c/config.h>
#include <lib/lib.h>
@@ -411,7 +412,7 @@ static void check_change(void);
static void prime_the_change_buffer(void);
/*:84*//*98:*/
-#line 1483 "cwebdir/comm-w2c.ch"
+#line 1484 "cwebdir/comm-w2c.ch"
static void cb_usage(const_string str);
static void cb_usagehelp(const_string*message,const_string bug_email);
@@ -451,7 +452,7 @@ root= NULL;
#line 103 "cwebdir/comm-w2c.ch"
/*91:*/
-#line 1397 "cwebdir/comm-w2c.ch"
+#line 1398 "cwebdir/comm-w2c.ch"
kpse_set_program_name(argv[0],"cweb");
@@ -1426,7 +1427,7 @@ if((**(++argv)=='-'||**argv=='+')&&*(*argv+1))/*74:*/
if(strcmp("-help",*argv)==0||strcmp("--help",*argv)==0)
/*94:*/
-#line 1422 "cwebdir/comm-w2c.ch"
+#line 1423 "cwebdir/comm-w2c.ch"
cb_usagehelp(program==ctangle?CTANGLEHELP:
program==cweave?CWEAVEHELP:CTWILLHELP,NULL);
@@ -1438,7 +1439,7 @@ program==cweave?CWEAVEHELP:CTWILLHELP,NULL);
if(strcmp("-version",*argv)==0||strcmp("--version",*argv)==0)
/*96:*/
-#line 1464 "cwebdir/comm-w2c.ch"
+#line 1465 "cwebdir/comm-w2c.ch"
printversionandexit(cb_banner,
program==ctwill?"Donald E. Knuth":"Silvio Levy and Donald E. Knuth",
@@ -1628,7 +1629,7 @@ cb_usage(program==ctangle?"ctangle":program==cweave?"cweave":"ctwill");
#line 1030 "cwebdir/comm-w2c.ch"
/*:70*//*95:*/
-#line 1430 "cwebdir/comm-w2c.ch"
+#line 1431 "cwebdir/comm-w2c.ch"
static void cb_usage(const_string str)
{
@@ -1661,7 +1662,7 @@ history= spotless;exit(wrap_up());
}
/*:95*//*97:*/
-#line 1472 "cwebdir/comm-w2c.ch"
+#line 1473 "cwebdir/comm-w2c.ch"
void cb_show_banner(void)
{