Commit 0d236e02 0d236e021f0e315bbd2490d49ab4a94da0107ef4 by Sergey Poznyakoff

Fixed sectioning. Print table of contents after summary page, as suggested by GNU standards.

1 parent d7c3d27e
...@@ -72,6 +72,7 @@ Software Foundation raise funds for GNU development.'' ...@@ -72,6 +72,7 @@ Software Foundation raise funds for GNU development.''
72 @page 72 @page
73 @summarycontents 73 @summarycontents
74 @page 74 @page
75 @contents
75 76
76 @node Top, Introduction, (dir), (dir) 77 @node Top, Introduction, (dir), (dir)
77 @comment node-name, next, previous, up 78 @comment node-name, next, previous, up
...@@ -371,12 +372,12 @@ This is an alphabetical list of all Mailutils functions. ...@@ -371,12 +372,12 @@ This is an alphabetical list of all Mailutils functions.
371 @page 372 @page
372 373
373 @node Variable Index, Keyword Index, Function Index, Top 374 @node Variable Index, Keyword Index, Function Index, Top
374 375 @unnumbered Variable Index
375 @printindex vr 376 @printindex vr
376 @page 377 @page
377 378
378 @node Keyword Index, Program Index, Variable Index, Top 379 @node Keyword Index, Program Index, Variable Index, Top
379 380 @unnumbered Keyword Index
380 @printindex ky 381 @printindex ky
381 @page 382 @page
382 383
...@@ -394,5 +395,5 @@ This is an alphabetical list of all Mailutils functions. ...@@ -394,5 +395,5 @@ This is an alphabetical list of all Mailutils functions.
394 This is a general index of all issues discussed in this manual 395 This is a general index of all issues discussed in this manual
395 396
396 @printindex cp 397 @printindex cp
397 @contents 398
398 @bye 399 @bye
......