List:Internals« Previous MessageNext Message »
From:paul Date:May 27 2005 2:23am
Subject:bk commit - mysqldoc@docsrva tree (paul:1.2720)
View as plain text  
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.2720 05/05/26 21:23:12 paul@stripped +1 -0
  mysql-fo.xsl:
    Format <command> as mono, not bold,
    for PDF output.

  xsl.d/mysql-fo.xsl
    1.3 05/05/26 21:22:37 paul@stripped +4 -0
    Format <command> as mono, not bold,
    for PDF output.

# 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.2/xsl.d/mysql-fo.xsl	2005-02-19 12:30:58 -06:00
+++ 1.3/xsl.d/mysql-fo.xsl	2005-05-26 21:22:37 -05:00
@@ -9,6 +9,10 @@
 
 <xsl:import href="mysqldoc://xsl-current/fo/docbook.xsl" />
 
+<xsl:template match="command">
+  <xsl:call-template name="inline.monoseq"/>
+</xsl:template>
+
 <xsl:param name="fop.extensions" select="1"/>
 
 <xsl:param name="section.autolabel" select="1"/>
Thread
bk commit - mysqldoc@docsrva tree (paul:1.2720)paul27 May