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
This commit is contained in:
Tim Mayberry 2008-07-10 10:15:35 +00:00
parent ec64afc16c
commit 6ecac66c2a

View file

@ -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>