diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-19 20:08:30 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-19 20:08:30 +0000 |
commit | f23c19359fa9702fead4a5aecb0dc0eaaf9d0e5f (patch) | |
tree | c5ebc501f1215d645a19f3bbd0c307c4aeff54a8 /docs/docbook/devdoc/dev-doc.sgml | |
parent | 84627f7995af6260e56f734a6d39ea1a85274c34 (diff) | |
download | samba-f23c19359fa9702fead4a5aecb0dc0eaaf9d0e5f.tar.gz samba-f23c19359fa9702fead4a5aecb0dc0eaaf9d0e5f.tar.bz2 samba-f23c19359fa9702fead4a5aecb0dc0eaaf9d0e5f.zip |
Add documentation on new modules system
(This used to be commit f0f454129a5a57e50391397f45d7cf4d58648d45)
Diffstat (limited to 'docs/docbook/devdoc/dev-doc.sgml')
-rw-r--r-- | docs/docbook/devdoc/dev-doc.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docbook/devdoc/dev-doc.sgml b/docs/docbook/devdoc/dev-doc.sgml index b5c934b1c8..f10fe72414 100644 --- a/docs/docbook/devdoc/dev-doc.sgml +++ b/docs/docbook/devdoc/dev-doc.sgml @@ -13,6 +13,7 @@ <!ENTITY sam SYSTEM "sam.sgml"> <!ENTITY encryption SYSTEM "encryption.sgml"> <!ENTITY rpc-plugin SYSTEM "rpc_plugin.sgml"> +<!ENTITY modules SYSTEM "modules.sgml"> ]> <book id="Samba-Developers-Guide"> @@ -67,6 +68,7 @@ url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</u &wins; &sam; &encryption; +&modules; &rpc-plugin; </book> |