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-HOWTO-Collection/locking.xml | |
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-HOWTO-Collection/locking.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/locking.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/Samba-HOWTO-Collection/locking.xml b/docs/Samba-HOWTO-Collection/locking.xml index 555efd37a8..3c85e991ee 100644 --- a/docs/Samba-HOWTO-Collection/locking.xml +++ b/docs/Samba-HOWTO-Collection/locking.xml @@ -1,13 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ - - <!-- entities files to use --> - <!ENTITY % global_entities SYSTEM '../entities/global.entities'> - %global_entities; - -]> - +<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> <chapter id="locking"> <chapterinfo> &author.jeremy; |