diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-11 21:33:28 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:17 -0500 |
commit | 3ef4b3a89a362f4f0fea7b9f5952c6d116e7024f (patch) | |
tree | 93ef9efed77960d385a6ad7db3d473278dc24eef /docs/Samba-Guide | |
parent | 71b81e299ee202f58dda5acef3edd0fe2adeb9a3 (diff) | |
download | samba-3ef4b3a89a362f4f0fea7b9f5952c6d116e7024f.tar.gz samba-3ef4b3a89a362f4f0fea7b9f5952c6d116e7024f.tar.bz2 samba-3ef4b3a89a362f4f0fea7b9f5952c6d116e7024f.zip |
Use the Samba DTD rather then the original DocBook one. This step will
(after the DTD is finished) allow us to validate the source documents.
This all is require for generating PDF's thru XML-FO.
(This used to be commit c5cfb1924445af98d6a538acaea40eceac411fe6)
Diffstat (limited to 'docs/Samba-Guide')
-rw-r--r-- | docs/Samba-Guide/index.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/Samba-Guide/index.xml b/docs/Samba-Guide/index.xml index 549f8e50e7..a4b788ef83 100644 --- a/docs/Samba-Guide/index.xml +++ b/docs/Samba-Guide/index.xml @@ -1,11 +1,6 @@ <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//Samba//DTD Samba XML V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" [
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
- <!-- entities files to use -->
- <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
- %global_entities;
-
-]>
<book id="S3bE"
xmlns:xi="http://www.w3.org/2003/XInclude">
<title>Samba-3 by Example</title>
|