Added the already existing C API refrence to the main manual. Build files are modified to handle change. --- .gitignore | 2 ++ doc/texinfo/Makefile.am | 10 ++++++++-- doc/texinfo/mailutils.texi | 3 ++- doc/texinfo/mbox.texi | 2 +- po/.gitignore | 8 ++++++++ 5 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore index 76a1ffccc..60b2e0dbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +/ABOUT-NLS +/build-aux /config.rpath *.a *.cflow diff --git a/doc/texinfo/Makefile.am b/doc/texinfo/Makefile.am index a22eac9cd..5ed27a0ef 100644 --- a/doc/texinfo/Makefile.am +++ b/doc/texinfo/Makefile.am @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU General Public License ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. -info_TEXINFOS = mailutils.texi +info_TEXINFOS = mailutils.texi mailutils_TEXINFOS = \ fdl.texi\ @@ -25,7 +25,13 @@ mailutils_TEXINFOS = \ programs.texi\ sieve.texi\ usage.texi\ - version.texi + version.texi \ + c-api.texi \ + pop3.texi \ + imap4.texi \ + mbox.texi \ + sendmail.texi \ + parse822.texi clean-local: rm -rf manual diff --git a/doc/texinfo/mailutils.texi b/doc/texinfo/mailutils.texi index b2c6030fe..4db090c73 100644 --- a/doc/texinfo/mailutils.texi +++ b/doc/texinfo/mailutils.texi @@ -887,7 +887,8 @@ Expands to comma-separated list of email addresses obtained from @node Libraries @chapter Mailutils Libraries @cindex Libraries -@WRITEME +@c@WRITEME +@include c-api.texi @node Sieve Language @chapter Sieve Language diff --git a/doc/texinfo/mbox.texi b/doc/texinfo/mbox.texi index d73833e92..faefaafce 100644 --- a/doc/texinfo/mbox.texi +++ b/doc/texinfo/mbox.texi @@ -43,7 +43,7 @@ New messages are added to the mbox with @code{mu_mbox_append ()}. Attributes are saved in the @emph{Status:} header field, Read is 'R', Seen is 'O', Deleted is 'd' and Reply is 'r'. -@subsubsection Initialization +@subsection Initialization @cindex Mbox Initialization @deftypefun int mu_mbox_create (mu_mbox_t *@var{mbox}) diff --git a/po/.gitignore b/po/.gitignore index 5ae495e4d..17f17c6fb 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -1,3 +1,11 @@ +/remove-potcdate.sin +/quot.sed +/insert-header.sin +/[email protected] +/[email protected] +/boldquot.sed +/Rules-quot +/Makevars.template /Makefile.in.in /Makevars.template~ /Makefile.in.in~ -- 2.13.6 _______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
