diff options
Diffstat (limited to 'doc')
-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''} |