List:Internals« Previous MessageNext Message »
From:stefan Date:August 21 2004 9:07pm
Subject:bk commit - mysqldoc tree (Administrator:1.1990)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of Administrator. When Administrator 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.1990 04/08/21 23:07:42 Administrator@athena. +1 -0
  metadoc.xml:
    Using tools/texi2db-post.xsl is NOT optional
    in the Texinfo-to-DocBook conversion process

  Docs/metadoc.xml
    1.73 04/08/21 23:06:44 Administrator@athena. +18 -0
    Using tools/texi2db-post.xsl is NOT optional
    in the Texinfo-to-DocBook conversion process

# 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:	Administrator
# Host:	athena.
# Root:	C:/cygwin/home/Administrator/build.mysql.com/mysqldoc

--- 1.72/Docs/metadoc.xml	2004-08-18 17:20:06 +02:00
+++ 1.73/Docs/metadoc.xml	2004-08-21 23:06:44 +02:00
@@ -11337,6 +11337,15 @@
      </para></listitem>
 
      <listitem><para>
+      Run the "raw" <filename>manual.xml</filename> file through an XSL
+      stylesheet that fixes some problems:
+      <programlisting>
+xsltproc ../tools/texi2db-post.xsl manual.xml > manual.fixed.xml
+mv manual.fixed.xml manual.xml
+      </programlisting>
+     </para></listitem>
+
+     <listitem><para>
       Change location to the "new" directory:
 
 <programlisting>
@@ -11382,6 +11391,15 @@
 <programlisting>
 cd Docs
 make manual.de.xml
+      </programlisting>
+     </para></listitem>
+
+     <listitem><para>
+      Run the "raw" <filename>manual.xml</filename> file through an XSL
+      stylesheet that fixes some problems:
+      <programlisting>
+xsltproc ../tools/texi2db-post.xsl manual.de.xml > manual.de.fixed.xml
+mv manual.de.fixed.xml manual.de.xml
       </programlisting>
      </para></listitem>
 
Thread
bk commit - mysqldoc tree (Administrator:1.1990)stefan21 Aug