summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/texindex/texindex.awk
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/texindex/texindex.awk')
-rw-r--r--macros/texinfo/texinfo/texindex/texindex.awk19
1 files changed, 9 insertions, 10 deletions
diff --git a/macros/texinfo/texinfo/texindex/texindex.awk b/macros/texinfo/texinfo/texindex/texindex.awk
index 6cde5d0440..78c6d26f3f 100644
--- a/macros/texinfo/texinfo/texindex/texindex.awk
+++ b/macros/texinfo/texinfo/texindex/texindex.awk
@@ -1,7 +1,6 @@
# texindex.awk, generated by jrtangle from ti.twjr.
#
-# Copyright 2014, 2015, 2016, 2017, 2018, 2019 Free Software Foundation,
-# Inc.
+# Copyright 2014-2021 Free Software Foundation, Inc.
#
# This file is part of GNU Texinfo.
#
@@ -172,9 +171,9 @@ function usage(exit_val)
print _" --version display version information and exit"
print _" -- end option processing"
print ""
- print _"Email bug reports to bug-texinfo@gnu.org,\n\
-general questions and discussion to help-texinfo@gnu.org.\n\
-Texinfo home page: https://www.gnu.org/software/texinfo/"
+ print _"Email bug reports to bug-texinfo@gnu.org,"
+ print _"general questions and discussion to help-texinfo@gnu.org."
+ print _"Texinfo home page: https://www.gnu.org/software/texinfo/"
exit exit_val
}
@@ -183,10 +182,10 @@ function version()
{
print "texindex (GNU texinfo)", Texindex_version
print ""
- printf _"Copyright (C) %s Free Software Foundation, Inc.\n\
-License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n\
-This is free software: you are free to change and redistribute it.\n\
-There is NO WARRANTY, to the extent permitted by law.\n", "2019"
+ printf _"Copyright (C) %s Free Software Foundation, Inc.\n", "2019"
+ print _"License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"
+ print _"This is free software: you are free to change and redistribute it."
+ print _"There is NO WARRANTY, to the extent permitted by law."
exit EXIT_SUCCESS
}
@@ -197,7 +196,7 @@ BEGIN {
EXIT_SUCCESS = 0
EXIT_FAILURE = 1
- Texindex_version = "6.7"
+ Texindex_version = "6.8"
if (! Invocation_name) {
# provide fallback in case it's not passed in.
Invocation_name = "texindex"