[exim-cvs] Docs: tweak new-drivers chapter

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Docs: tweak new-drivers chapter
Gitweb: https://git.exim.org/exim.git/commitdiff/2b76c9a8551a466c20fa616ba0f78be5c985297a
Commit:     2b76c9a8551a466c20fa616ba0f78be5c985297a
Parent:     cb6bd80f1680a22c96bfff84e8671fa01417611b
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Jan 3 21:20:33 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Jan 3 21:20:33 2019 +0000


    Docs: tweak new-drivers chapter
---
 doc/doc-docbook/spec.xfpt | 3 +++
 1 file changed, 3 insertions(+)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 50c110f..2d69e1a 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -40376,6 +40376,9 @@ Edit &_Makefile_& in the appropriate sub-directory (&_src/routers_&,
&_src/transports_&, &_src/auths_&, or &_src/lookups_&); add a line for the new
driver or lookup type and add it to the definition of OBJ.
.next
+Edit &_OS/Makefile-Base_& adding a &_.o_& file for the predefined-macros, to the
+definition of OBJ_MACRO. Add a set of line to do the compile also.
+.next
Create &_newdriver.h_& and &_newdriver.c_& in the appropriate sub-directory of
&_src_&.
.next