Commit 31653c80 31653c80de680b71b423571f845070a08cefc628 by Sergey Poznyakoff

Added variable and keyword index

1 parent c9bc7ece
...@@ -16,10 +16,8 @@ ...@@ -16,10 +16,8 @@
16 @include version.texi 16 @include version.texi
17 17
18 @c Combine indices. 18 @c Combine indices.
19 @syncodeindex ky cp
20 @defcodeindex op 19 @defcodeindex op
21 @syncodeindex op fn 20 @syncodeindex op fn
22 @syncodeindex vr fn
23 @syncodeindex tp fn 21 @syncodeindex tp fn
24 22
25 @ifinfo 23 @ifinfo
...@@ -102,6 +100,8 @@ Appendices ...@@ -102,6 +100,8 @@ Appendices
102 Indices 100 Indices
103 101
104 * Function Index:: All Mailutils Functions. 102 * Function Index:: All Mailutils Functions.
103 * Variable Index:: All Mailutils Variables.
104 * Keyword Index:: Index of Keywords.
105 * Program Index:: All Mailutils Programs. 105 * Program Index:: All Mailutils Programs.
106 * Concept Index:: Index of Concepts. 106 * Concept Index:: Index of Concepts.
107 107
...@@ -361,7 +361,7 @@ Notifications} ...@@ -361,7 +361,7 @@ Notifications}
361 @comment node-name, next, previous, up 361 @comment node-name, next, previous, up
362 @include fdl.texi 362 @include fdl.texi
363 363
364 @node Function Index, Program Index, GNU FDL, Top 364 @node Function Index, Variable Index, GNU FDL, Top
365 @comment node-name, next, previous, up 365 @comment node-name, next, previous, up
366 @unnumbered Function Index 366 @unnumbered Function Index
367 367
...@@ -370,7 +370,17 @@ This is an alphabetical list of all Mailutils functions. ...@@ -370,7 +370,17 @@ This is an alphabetical list of all Mailutils functions.
370 @printindex fn 370 @printindex fn
371 @page 371 @page
372 372
373 @node Program Index, Concept Index, Function Index, Top 373 @node Variable Index, Keyword Index, Function Index, Top
374
375 @printindex vr
376 @page
377
378 @node Keyword Index, Program Index, Variable Index, Top
379
380 @printindex ky
381 @page
382
383 @node Program Index, Concept Index, Keyword Index, Top
374 @comment node-name, next, previous, up 384 @comment node-name, next, previous, up
375 @unnumbered Program Index 385 @unnumbered Program Index
376 386
......