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.3009 05/07/13 11:26:18 paul@stripped +14 -0
Change dependency specifications.
make.d/xml-xhtml
1.5 05/07/13 11:26:18 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-xhtml-dir
1.3 05/07/13 11:26:18 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-useless
1.2 05/07/13 11:26:18 paul@stripped +3 -1
Change dependency specifications.
make.d/xml-txt
1.2 05/07/13 11:26:18 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-toc
1.2 05/07/13 11:26:18 paul@stripped +7 -2
Change dependency specifications.
make.d/xml-texi
1.3 05/07/13 11:26:18 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-prep
1.3 05/07/13 11:26:18 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-pdf
1.3 05/07/13 11:26:18 paul@stripped +3 -2
Change dependency specifications.
make.d/xml-html
1.5 05/07/13 11:26:17 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-html-web
1.2 05/07/13 11:26:17 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-html-section
1.2 05/07/13 11:26:17 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-html-help
1.4 05/07/13 11:26:17 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-html-dir
1.3 05/07/13 11:26:17 paul@stripped +2 -1
Change dependency specifications.
make.d/xml-html-chapter
1.3 05/07/13 11:26:17 paul@stripped +2 -1
Change dependency specifications.
# 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: kite-hub.kitebird.com
# Root: /src/extern/MySQL/bk/mysqldoc
--- 1.2/make.d/xml-html-chapter 2005-06-15 14:12:10 -05:00
+++ 1.3/make.d/xml-html-chapter 2005-07-13 11:26:17 -05:00
@@ -5,13 +5,14 @@
# causes chunking at the chapter level.
MYSQL_HTML_CHAPTER_XSL = $(XSL_DIR)/mysql-html-section.xsl
+MYSQL_HTML_CHAPTER_XSL_DEPS = $(MYSQL_HTML_CHAPTER_XSL)
%.html-chapter: %.html-chapter.d
touch $@
.PRECIOUS: %.html-chapter.d
-%.html-chapter.d: %-prepped.xml $(MYSQL_HTML_CHAPTER_XSL)
+%.html-chapter.d: %-prepped.xml $(MYSQL_HTML_CHAPTER_XSL_DEPS)
-$(RM) -r $@/
mkdir $@/
$(XSLTPROC) \
--- 1.3/make.d/xml-html-help 2005-06-15 14:12:10 -05:00
+++ 1.4/make.d/xml-html-help 2005-07-13 11:26:17 -05:00
@@ -7,13 +7,14 @@
# causes chunking at the chapter level.
MYSQL_HTML_HELP_XSL = $(XSL_DIR)/mysql-html-help.xsl
+MYSQL_HTML_HELP_XSL_DEPS = $(MYSQL_HTML_HELP_XSL)
%.html-help: %.html-help.d
touch $@
.PRECIOUS: %.html-help.d
-%.html-help.d: %-prepped.xml $(MYSQL_HTML_HELP_XSL)
+%.html-help.d: %-prepped.xml $(MYSQL_HTML_HELP_XSL_DEPS)
-$(RM) -r $@/
mkdir $@/
$(XSLTPROC) \
--- 1.1/make.d/xml-html-section 2005-05-06 22:15:23 -05:00
+++ 1.2/make.d/xml-html-section 2005-07-13 11:26:17 -05:00
@@ -2,13 +2,14 @@
# (Language sensitive)
MYSQL_HTML_SECTION_XSL = $(XSL_DIR)/mysql-html-section.xsl
+MYSQL_HTML_SECTION_XSL_DEPS = $(MYSQL_HTML_SECTION_XSL)
%.html-section: %.html-section.d
touch $@
.PRECIOUS: %.html-section.d
-%.html-section.d: %-prepped.xml $(MYSQL_HTML_SECTION_XSL)
+%.html-section.d: %-prepped.xml $(MYSQL_HTML_SECTION_XSL_DEPS)
-$(RM) -r $@/
mkdir $@/
$(XSLTPROC) \
--- 1.1/make.d/xml-html-web 2005-05-06 22:15:24 -05:00
+++ 1.2/make.d/xml-html-web 2005-07-13 11:26:17 -05:00
@@ -3,13 +3,14 @@
# (Language sensitive)
MYSQL_HTML_WEB_XSL = $(XSL_DIR)/mysqlweb-chunk.xsl
+MYSQL_HTML_WEB_XSL_DEPS = $(MYSQL_HTML_WEB_XSL)
%.html-web: %.html-web.d
touch $@
.PRECIOUS: %.html-web.d
-%.html-web.d: %-prepped.xml $(MYSQL_HTML_WEB_XSL)
+%.html-web.d: %-prepped.xml $(MYSQL_HTML_WEB_XSL_DEPS)
-$(RM) -r $@/
mkdir $@/
$(XSLTPROC) \
--- 1.2/make.d/xml-prep 2005-06-15 18:52:38 -05:00
+++ 1.3/make.d/xml-prep 2005-07-13 11:26:18 -05:00
@@ -2,6 +2,7 @@
# Transform to prep a file for further formatting
DBK_PREP_XSL = $(XSL_DIR)/dbk-prep.xsl
+DBK_PREP_XSL_DEPS = $(DBK_PREP_XSL)
# Do not delete these files when they are generated as intermediates
# for a final target. They are deleted by "make clean".
@@ -11,7 +12,7 @@
# BUG_PREP fixes up "Bug #xxxx" bug references into <ulink> elements
# that point to htto://bugs.mysql.com bug reports.
-%-prepped.xml: %.xml $(DBK_PREP_XSL)
+%-prepped.xml: %.xml $(DBK_PREP_XSL_DEPS) $(BUG_PREP)
$(XSLTPROC) $(DBK_PREP_XSL) $< | $(BUG_PREP) > $@
clean::
--- 1.2/make.d/xml-texi 2005-05-06 22:15:23 -05:00
+++ 1.3/make.d/xml-texi 2005-07-13 11:26:18 -05:00
@@ -1,6 +1,7 @@
# Convert DocBook -> Texinfo
DBK_TEXI_XSL = $(XSL_DIR)/dbk-texi.xsl
+DBK_TEXI_XSL_DEPS = $(DBK_TEXT_XSL) $(XSL_DIR)/esc-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
@@ -8,7 +9,7 @@
.PRECIOUS: %.texi
-%.texi: %-prepped.xml $(DBK_TEXI_XSL)
+%.texi: %-prepped.xml $(DBK_TEXI_XSL_DEPS)
$(XSLTPROC) \
--output $*.texi $(DBK_TEXI_XSL) $<
--- 1.1/make.d/xml-useless 2005-05-06 20:15:57 -05:00
+++ 1.2/make.d/xml-useless 2005-07-13 11:26:18 -05:00
@@ -1,11 +1,13 @@
# Transforms to help identify ugly stuff that should be fixed
STRIP_COMMENTS_XSL = $(XSL_DIR)/strip-comments.xsl
+STRIP_COMMENTS_XSL_DEPS = $(STRIP_COMMENTS_XSL)
FIND_CRUFT_XSL = $(XSL_DIR)/find-cruft.xsl
+FIND_CRUFT_XSL_DEPS = $(FIND_CRUFT_XSL)
# De-crufting helper: determine whether an XML document contains <para>
# tags that are useless or could be better placed.
-%.useless: %.xml $(STRIP_COMMENTS_XSL) $(FIND_CRUFT_XSL)
+%.useless: %.xml $(STRIP_COMMENTS_XSL_DEPS) $(FIND_CRUFT_XSL_DEPS)
$(XSLTPROC) --output $@ $(STRIP_COMMENTS_XSL) $<
$(XSLTPROC) $(FIND_CRUFT_XSL) $@
$(RM) $@
--- 1.4/make.d/xml-xhtml 2005-06-15 14:12:10 -05:00
+++ 1.5/make.d/xml-xhtml 2005-07-13 11:26:18 -05:00
@@ -2,8 +2,9 @@
# (Language sensitive)
MYSQL_XHTML_XSL = $(XSL_DIR)/mysql-xhtml.xsl
+MYSQL_XHTML_XSL_DEPS = $(MYSQL_XHTML_XSL)
-%.xhtml: %-prepped.xml $(MYSQL_XHTML_XSL)
+%.xhtml: %-prepped.xml $(MYSQL_XHTML_XSL_DEPS)
$(XSLTPROC) \
--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
--output $*.xhtml \
--- 1.4/make.d/xml-html 2005-06-15 14:12:10 -05:00
+++ 1.5/make.d/xml-html 2005-07-13 11:26:17 -05:00
@@ -2,8 +2,9 @@
# (Language sensitive)
MYSQL_HTML_XSL = $(XSL_DIR)/mysql-html.xsl
+MYSQL_HTML_XSL_DEPS = $(MYSQL_HTML_XSL)
-%.html: %-prepped.xml $(MYSQL_HTML_XSL)
+%.html: %-prepped.xml $(MYSQL_HTML_XSL_DEPS)
$(XSLTPROC) \
--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
--output $*.html \
--- 1.2/make.d/xml-pdf 2005-05-06 22:15:23 -05:00
+++ 1.3/make.d/xml-pdf 2005-07-13 11:26:18 -05:00
@@ -2,6 +2,7 @@
# (Language sensitive)
MYSQL_FO_XSL = $(XSL_DIR)/mysql-fo.xsl
+MYSQL_FO_XSL_DEPS = $(MYSQL_FO_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
@@ -12,11 +13,11 @@
# for page margins, note that you can't set left and right as they
# will be overwritten. The default value is 1in for both.
-%.fo: %-prepped.xml $(MYSQL_FO_XSL)
+%.fo: %-prepped.xml $(MYSQL_FO_XSL_DEPS)
$(XSLTPROC) \
--output $@ $(MYSQL_FO_XSL) $<
-%.a4.fo: %-prepped.xml $(MYSQL_FO_XSL)
+%.a4.fo: %-prepped.xml $(MYSQL_FO_XSL_DEPS)
$(XSLTPROC) \
--stringparam paper.type A4 \
--output $@ $(MYSQL_FO_XSL) $<
--- 1.1/make.d/xml-toc 2005-05-10 14:25:00 -05:00
+++ 1.2/make.d/xml-toc 2005-07-13 11:26:18 -05:00
@@ -11,8 +11,13 @@
# Transform to generate file containing all the TOC entries (section
# numbers and titles)
TOC_ENTRIES_XSL = $(XSL_DIR)/make-toc-entries.xsl
+TOC_ENTRIES_XSL_DEPS = $(TOC_ENTRIES_XSL)
# Transform to make table of contents for input document
TOC_XSL = $(XSL_DIR)/make-toc.xsl
+TOC_XSL_DEPS = \
+ $(TOC_XSL) \
+ $(XSL_DIR)/get-sect-num.xsl \
+ $(XSL_DIR)/resolve-xref.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
@@ -22,12 +27,12 @@
# Generate table of contents entries (for resolving cross-references)
-%-toc-entries.xml: %-prepped.xml $(TOC_ENTRIES_XSL)
+%-toc-entries.xml: %-prepped.xml $(TOC_ENTRIES_XSL_DEPS)
$(XSLTPROC) --output $@ $(TOC_ENTRIES_XSL) $<
# Make table of contents output file
-%-toc.txt: %-prepped.xml %-toc-entries.xml $(TOC_XSL)
+%-toc.txt: %-prepped.xml %-toc-entries.xml $(TOC_XSL_DEPS)
$(XSLTPROC) \
--stringparam toc.entry.file $$PWD/$*-toc-entries.xml \
--output $@ $(TOC_XSL) $<
--- 1.1/make.d/xml-txt 2005-05-10 14:25:00 -05:00
+++ 1.2/make.d/xml-txt 2005-07-13 11:26:18 -05:00
@@ -19,6 +19,7 @@
# sometime.
EXPAND_LINKS_XSL = $(XSL_DIR)/expand-links.xsl
+EXPAND_LINKS_XSL_DEPS = $(EXPAND_LINKS_XSL) $(XSL_DIR)/resolve-xref.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
@@ -30,7 +31,7 @@
# with the proper cross-reference information to replace the link.
# This is an intermediate target for the .txt target.
-%-nolink.xml: %-prepped.xml %-toc-entries.xml $(EXPAND_LINKS_XSL)
+%-nolink.xml: %-prepped.xml %-toc-entries.xml $(EXPAND_LINKS_XSL_DEPS)
$(XSLTPROC) \
--stringparam toc.entry.file $$PWD/$*-toc-entries.xml \
--output $@ $(EXPAND_LINKS_XSL) $*-prepped.xml
--- 1.2/make.d/xml-html-dir 2005-06-15 14:12:10 -05:00
+++ 1.3/make.d/xml-html-dir 2005-07-13 11:26:17 -05:00
@@ -6,13 +6,14 @@
# (Language sensitive)
MYSQL_HTML_XSL = $(XSL_DIR)/mysql-html.xsl
+MYSQL_HTML_XSL_DEPS = $(MYSQL_HTML_XSL)
%.html-dir: %.html-dir.d
touch $@
.PRECIOUS: %.html-dir.d
-%.html-dir.d: %-prepped.xml $(MYSQL_HTML_XSL)
+%.html-dir.d: %-prepped.xml $(MYSQL_HTML_XSL_DEPS)
-$(RM) -r $@/
mkdir $@/
$(XSLTPROC) \
--- 1.2/make.d/xml-xhtml-dir 2005-06-15 14:12:10 -05:00
+++ 1.3/make.d/xml-xhtml-dir 2005-07-13 11:26:18 -05:00
@@ -6,13 +6,14 @@
# (Language sensitive)
MYSQL_XHTML_XSL = $(XSL_DIR)/mysql-xhtml.xsl
+MYSQL_XHTML_XSL_DEPS = $(MYSQL_XHTML_XSL)
%.xhtml-dir: %.xhtml-dir.d
touch $@
.PRECIOUS: %.xhtml-dir.d
-%.xhtml-dir.d: %-prepped.xml $(MYSQL_XHTML_XSL)
+%.xhtml-dir.d: %-prepped.xml $(MYSQL_XHTML_XSL_DEPS)
-$(RM) -r $@/
mkdir $@/
$(XSLTPROC) \
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3009) | paul | 13 Jul |