[pdftex] Adress for pdftex --help (was: \escapes and /Limits)
Akira Kakuto
kakuto at fsci.fuk.kindai.ac.jp
Mon Jul 12 14:26:06 CEST 2004
> On 2004-07-03 11:45:31 -0400, Karl Berry wrote:
> > I guess this is another subject, but can we make pdftex --help display
> > the right address to send reports to? Right now it says
> > tex-k at mail.tug.org, which I'm sure is not the best. Either pdftex or
> > ntg-pdftex would be better, I imagine ...
>
> Right. I must confess I don't understand the innards of web2c
> enough to find the place to change. :-(
texk/web2c/lib/usage.c
Best regards
Akira
For example:
--- usage.c.orig Fri Mar 12 00:32:32 2004
+++ usage.c Mon Jul 12 21:17:48 2004
@@ -24,14 +24,19 @@
void
usagehelp P1C(const_string*, message)
{
+#if !defined(pdfTeX) && !defined(pdfeTeX) && !defined(pdfxTeX)
extern KPSEDLL char *kpse_bug_address;
-
+#endif
while (*message) {
fputs(*message, stdout);
putchar('\n');
++message;
}
putchar('\n');
+#if !defined(pdfTeX) && !defined(pdfeTeX) && !defined(pdfxTeX)
fputs(kpse_bug_address, stdout);
+#else
+ fputs("Email bug reports to pdftex at tug.org.\n", stdout);
+#endif
uexit(0);
}
More information about the pdftex
mailing list