dbTalk Databases Forums  

bk commit - mysqldoc tree (paul2:1.2785)

mailing.database.mysql-internals mailing.database.mysql-internals


Discuss bk commit - mysqldoc tree (paul2:1.2785) in the mailing.database.mysql-internals forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
paul@mysql.com
 
Posts: n/a

Default 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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.