Commit 0a34a428 0a34a4288479b4857b536a995fec6ec8cc9eca29 by Sam Roberts

The info docs were getting installed in the "Miscellaneous" section

of the info directory, now they go in GNU Libraries, with links to
the programs under GNU Utilities, as seemed to be suggested by the
texinfo docs. Maybe there's a better convention?
1 parent a467f373
...@@ -24,8 +24,22 @@ ...@@ -24,8 +24,22 @@
24 @syncodeindex tp fn 24 @syncodeindex tp fn
25 25
26 @ifinfo 26 @ifinfo
27 @dircategory GNU libraries
27 @direntry 28 @direntry
28 * mailutils: (libmailutils). The GNU mailutils library API. 29 * mailutils: (mailutils). API for mailboxes and mail protocols
30 @end direntry
31 @dircategory GNU utilities
32 @direntry
33 * comsatd: (mailutils)comsatd. Comsat daemon
34 * frm: (mailutils)frm. List headers from a mailbox
35 * guimb: (mailutils)guimb. Mailbox scanning and processing language
36 * imap4d: (mailutils)imap4d. IMAP4 daemon
37 * mail.local: (mailutils)mail.local. Deliver mail to the local mailbox
38 * mail: (mailutils)mail. Send and receive mail
39 * messages: (mailutils)messages. Count the number of messages in a mailbox
40 * pop3d: (mailutils)pop3d. POP3 daemon
41 * readmsg: (mailutils)readmsg. Extract messages from a folder
42 * sieve: (mailutils)sieve. Mail filtering utility
29 @end direntry 43 @end direntry
30 This file documents @sc{mailutils}, library API. 44 This file documents @sc{mailutils}, library API.
31 45
......
...@@ -14,7 +14,7 @@ GNU Mailutils provides a set of programs for handling the email. ...@@ -14,7 +14,7 @@ GNU Mailutils provides a set of programs for handling the email.
14 * mail.local:: Deliver mail to the local mailbox. 14 * mail.local:: Deliver mail to the local mailbox.
15 * messages:: Count the number of messages in a mailbox. 15 * messages:: Count the number of messages in a mailbox.
16 * readmsg:: Extract messages from a folder. 16 * readmsg:: Extract messages from a folder.
17 * sieve:: Filter a mailbox. 17 * sieve:: Mail filtering utility.
18 * guimb:: Mailbox scanning and processing language. 18 * guimb:: Mailbox scanning and processing language.
19 * comsatd:: Comsat daemon. 19 * comsatd:: Comsat daemon.
20 @end menu 20 @end menu
......