From 869f1b15f661494a5f0f911a9bcdcbd8d2bef9bc Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sun, 14 Nov 2021 13:59:47 +0000 Subject: [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 --- Build/source/texk/web2c/ChangeLog | 4 ++++ Build/source/texk/web2c/cwebboot.cin | 14 ++++++-------- Build/source/texk/web2c/cwebdir/ChangeLog | 6 ++++++ Build/source/texk/web2c/cwebdir/comm-w2c.ch | 10 ++++------ Build/source/texk/web2c/cwebdir/po/cweb-tl.pot | 6 +++--- Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po | 7 ++++--- 6 files changed, 27 insertions(+), 20 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 83af7d8d979..c2aad157ceb 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2021-11-14 Andreas Scherer + + * cwebboot.cin: More generic point of interest. + 2021-11-07 Marcel Kr\"uger * showstream.ch: new primitive \showstream. 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) { diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 86e53513ea7..ce43d496f66 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,9 @@ +2021-11-14 Andreas Scherer + + * comm-w2c.ch, + * po/cweb-tl.pot, + * po/de/cweb-tl.po: More generic point of interest. + 2021-11-12 Andreas Scherer * ctangle.w, diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index 0bb4f8b70fc..b0bbbcead75 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -826,7 +826,7 @@ Modules for dealing with help messages and version info. @ @= cb_usagehelp(program==ctangle ? CTANGLEHELP : - program==cweave ? CWEAVEHELP : CTWILLHELP, NULL); + program==cweave ? CWEAVEHELP : CTWILLHELP); @.--help@> @ Special variants from Web2c's `\.{lib/usage.c}', adapted for @@ -835,7 +835,7 @@ cb_usagehelp(program==ctangle ? CTANGLEHELP : @= 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);@/ @ @c static void cb_usage (const_string str) @@ -850,10 +850,8 @@ static void cb_usage (const_string str) 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"); @.web2c-help.mo@> while (*message) { @@ -863,7 +861,7 @@ static void cb_usagehelp (const_string *message, const_string bug_email) } textdomain("cweb-tl"); @.cweb-tl.mo@> - printf(_("\nEmail bug reports to %s.\n"), bug_email); + printf(_("\nPackage home page: %s.\n"), "https://ctan.org/pkg/cweb"); textdomain("cweb"); @.cweb.mo@> history=spotless; exit(wrap_up()); diff --git a/Build/source/texk/web2c/cwebdir/po/cweb-tl.pot b/Build/source/texk/web2c/cwebdir/po/cweb-tl.pot index 0d0c9276d1e..994ba97bd5c 100644 --- a/Build/source/texk/web2c/cwebdir/po/cweb-tl.pot +++ b/Build/source/texk/web2c/cwebdir/po/cweb-tl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: CWEBbin 2021\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-06 11:08+0200\n" +"POT-Creation-Date: 2021-11-14 14:19+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,11 +17,11 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: comm-texlive.ch:531 +#: comm-texlive.ch:547 #, c-format msgid "" "\n" -"Email bug reports to %s.\n" +"\nPackage home page: %s.\n" msgstr "" #: comm-texlive.ch:511 diff --git a/Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po b/Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po index 17e0ed20ce8..ddac850fc2a 100644 --- a/Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po +++ b/Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: CWEBbin 2021\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-06 11:08+0200\n" -"PO-Revision-Date: 2021-06-06 11:09+0200\n" +"POT-Creation-Date: 2021-11-14 14:19+0100\n" +"PO-Revision-Date: 2021-11-14 14:21+0100\n" "Last-Translator: Andreas Scherer \n" "Language-Team: German\n" "Language: de\n" @@ -22,9 +22,10 @@ msgstr "" msgid "" "\n" "Email bug reports to %s.\n" +"\nPackage home page: %s.\n" msgstr "" "\n" -"Sende Fehler per Email an %s.\n" +"Weitergehende Informationen auf %s.\n" #: comm-texlive.ch:511 #, c-format -- cgit v1.2.3