summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/util
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/texinfo/util')
-rw-r--r--contrib/texinfo/util/install-info.c8
-rw-r--r--contrib/texinfo/util/texindex.c5
2 files changed, 8 insertions, 5 deletions
diff --git a/contrib/texinfo/util/install-info.c b/contrib/texinfo/util/install-info.c
index 9574919..aec6a79 100644
--- a/contrib/texinfo/util/install-info.c
+++ b/contrib/texinfo/util/install-info.c
@@ -1,5 +1,5 @@
/* install-info -- create Info directory entry(ies) for an Info file.
- $Id: install-info.c,v 1.52 2002/01/19 01:12:29 karl Exp $
+ $Id: install-info.c,v 1.55 2002/03/11 19:55:23 karl Exp $
Copyright (C) 1996, 97, 98, 99, 2000, 01, 02 Free Software Foundation, Inc.
@@ -416,10 +416,12 @@ Options:\n\
If you don't specify any sections, they are determined\n\
from information in the Info file itself.\n\
--version display version information and exit.\n\
-\n\
+"), progname);
+
+ puts (_("\n\
Email bug reports to bug-texinfo@gnu.org,\n\
general questions and discussion to help-texinfo@gnu.org.\n\
-"), progname);
+Texinfo home page: http://www.gnu.org/software/texinfo/"));
}
diff --git a/contrib/texinfo/util/texindex.c b/contrib/texinfo/util/texindex.c
index 4e43d35..7f8ff59 100644
--- a/contrib/texinfo/util/texindex.c
+++ b/contrib/texinfo/util/texindex.c
@@ -1,5 +1,5 @@
/* Process TeX index dribble output into an actual index.
- $Id: texindex.c,v 1.37 2002/01/19 01:12:54 karl Exp $
+ $Id: texindex.c,v 1.41 2002/03/11 19:55:46 karl Exp $
Copyright (C) 1987, 91, 92, 96, 97, 98, 99, 2000, 01, 02
Free Software Foundation, Inc.
@@ -286,7 +286,8 @@ _("Usually FILE... is specified as `foo.%c%c\' for a document `foo.texi'.\n"),
fputs (_("\n\
Email bug reports to bug-texinfo@gnu.org,\n\
general questions and discussion to help-texinfo@gnu.org.\n\
-"), f);
+Texinfo home page: http://www.gnu.org/software/texinfo/"), f);
+ fputs ("\n", f);
xexit (result_value);
}
OpenPOWER on IntegriCloud