summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2008-07-10 10:15:35 +0000
committerTim Mayberry <mojofunk@gmail.com>2008-07-10 10:15:35 +0000
commit6ecac66c2a3b4a61fc8cdc3754e89a9ed043d5b7 (patch)
treeac50fd55b83868ff0fe1fa69363418c353897adb
parentec64afc16c6477126df277f9fe4b2cb1b3f1fd28 (diff)
Add an empty index element so that the docbook xsl will automatically generate the index
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3541 d708f5d6-7413-0410-9779-e7cbd77b26cf
-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>