From d5df551228a049e0b28c5325e40987b0d14160a4 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sun, 23 Feb 2003 12:20:51 +0000 Subject: [PATCH] Build smtpmail manual. --- man/ChangeLog | 10 ++++++++++ man/Makefile.in | 11 ++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index d9684414809..1e318d73c30 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,13 @@ +2003-02-23 Simon Josefsson + + * smtpmail.texi: New file. + + * sending.texi: Remove SMTP node. + (Mail Sending): Describe `send-mail-function'. Link to SMTP + library. + + * Makefile.in: Build SMTP manual. + 2003-02-22 Simon Josefsson * sending.texi (Mail Methods): Add node about SMTP. diff --git a/man/Makefile.in b/man/Makefile.in index bbddf682522..54bc0709a50 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,6 @@ #### Makefile for the Emacs Manual and other documentation. -# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001 +# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2003 # Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -39,13 +39,13 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \ ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ ../info/woman ../info/emacs-mime ../info/eshell \ - ../info/speedbar ../info/tramp ../info/ses + ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \ ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \ - speedbar.dvi tramp.dvi ses.dvi + speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi INFOSOURCES = info.texi # The following rule does not work with all versions of `make'. @@ -277,6 +277,11 @@ tramp.dvi: tramp.texi ses.dvi: ses.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/ses.texi +../info/smtpmail: smtpmail.texi + cd $(srcdir); $(MAKEINFO) smtpmail.texi +smtpmail.dvi: smtpmail.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/smtpmail.texi + mostlyclean: rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* -- 2.39.2