summaryrefslogtreecommitdiff
path: root/Build
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
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')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/cwebboot.cin14
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog6
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.ch10
-rw-r--r--Build/source/texk/web2c/cwebdir/po/cweb-tl.pot6
-rw-r--r--Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po7
6 files changed, 27 insertions, 20 deletions
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 <https://ascherer.github.io>
+
+ * cwebboot.cin: More generic point of interest.
+
2021-11-07 Marcel Kr\"uger <tex@2krueger.de>
* 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 <https://ascherer.github.io>
+
+ * comm-w2c.ch,
+ * po/cweb-tl.pot,
+ * po/de/cweb-tl.po: More generic point of interest.
+
2021-11-12 Andreas Scherer <https://ascherer.github.io>
* 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.
@ @<Display help message and |exit|@>=
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 :
@<Predecl...@>=
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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 <andreas_github@freenet.de>\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