List:Internals« Previous MessageNext Message »
From:paul Date:September 3 2005 10:45pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3472)
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.3472 05/09/03 17:45:40 paul@stripped +2 -0
  xml-texi:
    Fix dependencies.
  mysql-html.xsl:
    bk commit

  make.d/xml-texi
    1.7 05/09/03 17:45:18 paul@stripped +2 -1
    Fix dependencies.

  xsl.d/mysql-html.xsl
    1.4 05/09/03 14:57:30 paul@stripped +4 -0
    bk commit

# 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.6/make.d/xml-texi	2005-08-25 13:37:13 -05:00
+++ 1.7/make.d/xml-texi	2005-09-03 17:45:18 -05:00
@@ -1,12 +1,13 @@
 # Convert DocBook -> Texinfo
 
 DBK_TEXI_XSL = $(XSL_DIR)/dbk-texi.xsl
-DBK_TEXI_XSL_DEPS = $(DBK_TEXT_XSL) $(XSL_DIR)/map-spchars-texi.xsl
+DBK_TEXI_XSL_DEPS = $(DBK_TEXI_XSL) $(XSL_DIR)/map-spchars-texi.xsl
 
 # This line causes files with the named extension not to be deleted when
 # they are generated as intermediates for producing a final target.  They
 # are removed by "make clean".
 
+.PRECIOUS: %.texi-prepped
 .PRECIOUS: %.texi
 
 %.texi: %-texiprepped.xml $(DBK_TEXI_XSL_DEPS)

--- 1.3/xsl.d/mysql-html.xsl	2005-02-19 12:30:58 -06:00
+++ 1.4/xsl.d/mysql-html.xsl	2005-09-03 14:57:30 -05:00
@@ -13,6 +13,10 @@
 
 <xsl:param name="section.autolabel" select="1"/>
 <xsl:param name="section.label.includes.component.label" select="1"/>
+<!--
+<xsl:param name="generate.section.toc.level" select="1"/>
+<xsl:param name="toc.section.depth" select="3"/>
+-->
 
 <!-- strip remark elements -->
 <xsl:template match="remark" />
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3472)paul4 Sep