Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.3471 05/09/03 14:59:10 paul@stripped +1 -0
Handle <indexterm> that has no type attribute.
xsl.d/dbk-texi.xsl
1.10 05/09/03 14:57:14 paul@stripped +2 -4
Handle <indexterm> that has no type attribute.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: paul
# Host: frost.snake.net
# Root: /Volumes/frost2/MySQL/bk/mysqldoc
--- 1.9/xsl.d/dbk-texi.xsl 2005-08-25 13:37:13 -05:00
+++ 1.10/xsl.d/dbk-texi.xsl 2005-09-03 14:57:14 -05:00
@@ -489,10 +489,8 @@
<xsl:text>@tindex </xsl:text>
</xsl:when>
<xsl:otherwise>
- <xsl:message terminate="yes">
- Unknown type of index, type attribute =
- <xsl:value-of select="name()"/>
- </xsl:message>
+ <!-- map other type attributes (or none) to "concept" -->
+ <xsl:text>@cindex </xsl:text>
</xsl:otherwise>
</xsl:choose>
<!-- write out primary part, then secondary and tertiary if present -->
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3471) | paul | 3 Sep |