summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-20 13:03:55 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:06 -0500
commit45e7d8a1bae82342ff1d2c4764602847ba039bcd (patch)
tree686ca16a641eeb47080f02079af09c856ecb9f1b /docs
parent48bd424caab13dec91602213015483ec35d0e03c (diff)
downloadsamba-45e7d8a1bae82342ff1d2c4764602847ba039bcd.tar.gz
samba-45e7d8a1bae82342ff1d2c4764602847ba039bcd.tar.bz2
samba-45e7d8a1bae82342ff1d2c4764602847ba039bcd.zip
Add simple test document used for testing the docs build system
(This used to be commit 8b42488b40ae567cc250ba01221be673adb0ab73)
Diffstat (limited to 'docs')
-rw-r--r--docs/test/index.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/test/index.xml b/docs/test/index.xml
new file mode 100644
index 0000000000..96da5001d4
--- /dev/null
+++ b/docs/test/index.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
+
+<book id="testdoc"
+ xmlns:xi="http://www.w3.org/2003/XInclude">
+<title>Test-document</title>
+
+<bookinfo>
+ <authorgroup>
+ <editor>&person.jelmer;</editor>
+ </authorgroup>
+ <pubdate><?latex \today ?></pubdate>
+</bookinfo>
+
+<chapter>
+ <title>Foo</title>
+
+ <para>Bar</para>
+ <smbconfexample>bla</smbconfexample>
+</chapter>
+
+</book>