diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-29 13:28:17 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-29 13:28:17 +0000 |
commit | 544919436a3fcc1a21d5ffce61a666d151273136 (patch) | |
tree | 6886611cf0f7955352a00b618f8bec9c88995d7e /docs/docbook/devdoc/dev-doc.sgml | |
parent | e095e77a5c83261a67ec42f37cf2ec6e8f3d545e (diff) | |
download | samba-544919436a3fcc1a21d5ffce61a666d151273136.tar.gz samba-544919436a3fcc1a21d5ffce61a666d151273136.tar.bz2 samba-544919436a3fcc1a21d5ffce61a666d151273136.zip |
Add more documents to the developers guide
(This used to be commit e05bdd9eab760b5dc6a4442dc89752080ff1d2c1)
Diffstat (limited to 'docs/docbook/devdoc/dev-doc.sgml')
-rw-r--r-- | docs/docbook/devdoc/dev-doc.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/docbook/devdoc/dev-doc.sgml b/docs/docbook/devdoc/dev-doc.sgml index f84c129f00..76ad512add 100644 --- a/docs/docbook/devdoc/dev-doc.sgml +++ b/docs/docbook/devdoc/dev-doc.sgml @@ -1,5 +1,11 @@ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!ENTITY NetBIOS SYSTEM "NetBIOS.sgml"> +<!ENTITY Architecture SYSTEM "architecture.sgml"> +<!ENTITY debug SYSTEM "debug.sgml"> +<!ENTITY internals SYSTEM "internals.sgml"> +<!ENTITY parsing SYSTEM "parsing.sgml"> +<!ENTITY unix-smb SYSTEM "unix-smb.sgml"> +<!ENTITY CodingSuggestions SYSTEM "CodingSuggestions.sgml"> ]> <book id="Samba-Developer-Documentation"> @@ -40,5 +46,11 @@ url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</u <!-- Chapters --> &NetBIOS; +&Architecture; +&debug; +&CodingSuggestions; +&internals; +&parsing; +&unix-smb; </book> |