13
0

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
This commit is contained in:
Tim Mayberry 2007-05-22 09:49:56 +00:00
parent 48d078b975
commit d26c2710bc

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>