bk commit - mysqldoc tree (paul2:1.2785) -
03-30-2005
, 01:30 PM
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul2. When paul2 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/Install...urce_tree.html
ChangeSet
1.2785 05/03/30 20:30:18 paul2 (AT) docsrva (DOT) mysql.com +1 -0
Makefile:
Small change to allow better error detection.
DocsX/Makefile
1.64 05/03/30 20:29:58 paul2 (AT) docsrva (DOT) mysql.com +3 -1
Small change to allow better error detection.
# 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: paul2
# Host: docsrva.mysql.com
# Root: /home/paul2/docs-build/mysqldoc
--- 1.63/DocsX/Makefile Mon Mar 21 21:45:26 2005
+++ 1.64/DocsX/Makefile Wed Mar 30 20:29:58 2005
@@ -429,8 +429,10 @@
# match is found, which causes the command to fail.)
%.pdf: %.fo
- fop -q $< $*.pdf-tmp | sed -e '/hyphenation/d'
+ fop -q $< $*.pdf-tmp > $*.pdf-err
mv $*.pdf-tmp $*.pdf
+ sed -e '/hyphenation/d' < $*.pdf-err
+ $(RM) $*.pdf-err
# Generate target that has <xref> elements completely expanded
# with the proper cross-reference information to replace the link.
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?uns...ie.nctu.edu.tw |