summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebboot.cin
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-11-14 13:59:47 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-11-14 13:59:47 +0000
commit869f1b15f661494a5f0f911a9bcdcbd8d2bef9bc (patch)
treeac7a12fafbda47f509a09c2c94bf35e5655b5665 /Build/source/texk/web2c/cwebboot.cin
parente8444738becd7efe74c4960c53b61a26268fe221 (diff)
[CWEB] More generic point of interest.
Instead of to the tex-k mail address, we direct the CWEB user to the package home page on CTAN, where more detailed information is listed. git-svn-id: svn://tug.org/texlive/trunk@61053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebboot.cin')
-rw-r--r--Build/source/texk/web2c/cwebboot.cin14
1 files changed, 6 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin
index abf7dd7c338..6cc9cfb0aae 100644
--- a/Build/source/texk/web2c/cwebboot.cin
+++ b/Build/source/texk/web2c/cwebboot.cin
@@ -480,7 +480,7 @@ static void scan_args(void);
#line 836 "cwebdir/comm-w2c.ch"
static void cb_usage(const_string str);
-static void cb_usagehelp(const_string*message,const_string bug_email);
+static void cb_usagehelp(const_string*message);
/*:98*/
#line 67 "cwebdir/common.w"
@@ -1433,7 +1433,7 @@ if(strcmp("-help",*argv)==0||strcmp("--help",*argv)==0)
#line 827 "cwebdir/comm-w2c.ch"
cb_usagehelp(program==ctangle?CTANGLEHELP:
-program==cweave?CWEAVEHELP:CTWILLHELP,NULL);
+program==cweave?CWEAVEHELP:CTWILLHELP);
/*:97*/
@@ -1442,7 +1442,7 @@ program==cweave?CWEAVEHELP:CTWILLHELP,NULL);
if(strcmp("-version",*argv)==0||strcmp("--version",*argv)==0)
/*100:*/
-#line 875 "cwebdir/comm-w2c.ch"
+#line 873 "cwebdir/comm-w2c.ch"
printversionandexit(cb_banner,
program==ctwill?"Donald E. Knuth":"Silvio Levy and Donald E. Knuth",
@@ -1630,10 +1630,8 @@ textdomain("cweb");
history= fatal_message;exit(wrap_up());
}
-static void cb_usagehelp(const_string*message,const_string bug_email)
+static void cb_usagehelp(const_string*message)
{
-if(!bug_email)
-bug_email= "tex-k@tug.org";
textdomain("web2c-help");
while(*message){
@@ -1643,14 +1641,14 @@ printf("%s\n",strcmp("",*message)?_(*message):*message);
}
textdomain("cweb-tl");
-printf(_("\nEmail bug reports to %s.\n"),bug_email);
+printf(_("\nPackage home page: %s.\n"),"https://ctan.org/pkg/cweb");
textdomain("cweb");
history= spotless;exit(wrap_up());
}
/*:99*//*101:*/
-#line 883 "cwebdir/comm-w2c.ch"
+#line 881 "cwebdir/comm-w2c.ch"
void cb_show_banner(void)
{