summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-05-22 09:49:56 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-05-22 09:49:56 +0000
commitd26c2710bc663df08b4dac4dce8b1c40fd5cc089 (patch)
tree4a5152850b9afa930ab34d398e5ccc6696873ebd /manual
parent48d078b97554dbc0cf8423d42c306f7b1330bff5 (diff)
Add an empty index element so that the docbook xsl will automatically generate the index
git-svn-id: svn://localhost/ardour2/trunk@1890 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual')
-rw-r--r--manual/xml/ardour_manual.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/xml/ardour_manual.xml b/manual/xml/ardour_manual.xml
index abbed68e2d..321804496d 100644
--- a/manual/xml/ardour_manual.xml
+++ b/manual/xml/ardour_manual.xml
@@ -51,6 +51,14 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="glossary.xml" />
+<!--
+ This empty index element is used by the docbook xsl
+ as a marker for where to place an automatically generated
+ index.
+ -->
+
+ <index/>
+
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="contributing_to_the_manual.xml" />
</book>