diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-11 19:57:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-11 19:57:16 +0200 |
commit | 30b052ae74cb208c8b2f8421a1d8cf522e581fbe (patch) | |
tree | 2ee381c3f1f370999d9ae72fd4f3b8ad47faa893 | |
parent | 8869d15dd3156f4b1e1f31bcc1ad200dc1f49cdd (diff) | |
download | egawk-30b052ae74cb208c8b2f8421a1d8cf522e581fbe.tar.gz egawk-30b052ae74cb208c8b2f8421a1d8cf522e581fbe.tar.bz2 egawk-30b052ae74cb208c8b2f8421a1d8cf522e581fbe.zip |
Doc fix for latest texinfo.tex.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawktexi.in | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 29e2f1b3..71b99f17 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-02-11 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Don't use `\global\usebracesinindexestrue' as it's + no longer supported. + 2019-02-07 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Fix some indexing with too many commas. diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 05eb41b9..cee76105 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -14,11 +14,6 @@ * awk: (gawk)Invoking Gawk. Text scanning and processing. @end direntry -@c Enable better indexing, requires texindex from Texinfo 6 or later. -@tex -\global\usebracesinindexestrue -@end tex - @ifset FOR_PRINT @tex \gdef\xrefprintnodename#1{``#1''} |