List:Internals« Previous MessageNext Message »
From:paul Date:September 27 2005 5:18am
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3629)
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.3629 05/09/26 22:18:50 paul@stripped +12 -0
  Remove the option that sets default document language.
  (Assume that it's set in the document itself.)

  make.d/xml-xhtml
    1.6 05/09/26 22:18:48 paul@stripped +0 -1
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-xhtml-dir
    1.4 05/09/26 22:18:48 paul@stripped +0 -1
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-texi
    1.8 05/09/26 22:18:48 paul@stripped +1 -2
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-prep
    1.8 05/09/26 22:18:48 paul@stripped +1 -0
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-pdf
    1.5 05/09/26 22:18:48 paul@stripped +0 -2
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-man
    1.3 05/09/26 22:18:47 paul@stripped +0 -1
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-html
    1.6 05/09/26 22:18:47 paul@stripped +0 -1
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-html-web
    1.3 05/09/26 22:18:47 paul@stripped +0 -1
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-html-section
    1.3 05/09/26 22:18:47 paul@stripped +0 -1
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-html-help
    1.5 05/09/26 22:18:47 paul@stripped +0 -1
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-html-dir
    1.4 05/09/26 22:18:47 paul@stripped +0 -1
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

  make.d/xml-html-chapter
    1.4 05/09/26 22:18:47 paul@stripped +0 -1
    Remove the option that sets default document language.
    (Assume that it's set in the document itself.)

# 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:	/Users/paul/bk/mysqldoc

--- 1.3/make.d/xml-html-chapter	2005-07-13 11:26:17 -05:00
+++ 1.4/make.d/xml-html-chapter	2005-09-26 22:18:47 -05:00
@@ -16,7 +16,6 @@
 	-$(RM) -r $@/
 	mkdir $@/
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--param chunk.section.depth 0 \
 		--output $@/ \
 		$(MYSQL_HTML_CHAPTER_XSL) \

--- 1.4/make.d/xml-html-help	2005-07-13 11:26:17 -05:00
+++ 1.5/make.d/xml-html-help	2005-09-26 22:18:47 -05:00
@@ -18,7 +18,6 @@
 	-$(RM) -r $@/
 	mkdir $@/
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--param chunk.section.depth 0 \
 		--output $@/ \
 		$(MYSQL_HTML_HELP_XSL) \

--- 1.2/make.d/xml-html-section	2005-07-13 11:26:17 -05:00
+++ 1.3/make.d/xml-html-section	2005-09-26 22:18:47 -05:00
@@ -13,7 +13,6 @@
 	-$(RM) -r $@/
 	mkdir $@/
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--output $@/ \
 		$(MYSQL_HTML_SECTION_XSL) \
 		$<

--- 1.2/make.d/xml-html-web	2005-07-13 11:26:17 -05:00
+++ 1.3/make.d/xml-html-web	2005-09-26 22:18:47 -05:00
@@ -14,7 +14,6 @@
 	-$(RM) -r $@/
 	mkdir $@/
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--stringparam document.name.stem $* \
 		--output $@/ \
 		$(MYSQL_HTML_WEB_XSL) \

--- 1.2/make.d/xml-man	2005-07-16 13:17:14 -05:00
+++ 1.3/make.d/xml-man	2005-09-26 22:18:47 -05:00
@@ -6,7 +6,6 @@
 
 %.man: %-manprepped.xml $(MYSQL_MAN_XSL_DEPS)
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--output $*.html \
 		$(MYSQL_MAN_XSL) \
 		$<

--- 1.7/make.d/xml-prep	2005-08-10 09:39:43 -05:00
+++ 1.8/make.d/xml-prep	2005-09-26 22:18:48 -05:00
@@ -12,6 +12,7 @@
 
 .PRECIOUS: %-prepped.xml
 .PRECIOUS: %-manprepped.xml
+.PRECIOUS: %-texiprepped.xml
 
 # BUG_PREP fixes up "Bug #xxxx" bug references into <ulink> elements
 # that point to htto://bugs.mysql.com bug reports.

--- 1.7/make.d/xml-texi	2005-09-03 17:45:18 -05:00
+++ 1.8/make.d/xml-texi	2005-09-26 22:18:48 -05:00
@@ -7,10 +7,9 @@
 # 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)
+%.texi: %-texiprepped.xml $(DBK_TEXI_XSL_DEPS) $(FIXUP_TEXI)
 	$(XSLTPROC)  \
 		$(DBK_TEXI_XSL) $< | $(FIXUP_TEXI) > $@
 

--- 1.5/make.d/xml-xhtml	2005-07-13 11:26:18 -05:00
+++ 1.6/make.d/xml-xhtml	2005-09-26 22:18:48 -05:00
@@ -6,7 +6,6 @@
 
 %.xhtml: %-prepped.xml $(MYSQL_XHTML_XSL_DEPS)
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--output $*.xhtml \
 		$(MYSQL_XHTML_XSL) \
 		$<

--- 1.5/make.d/xml-html	2005-07-13 11:26:17 -05:00
+++ 1.6/make.d/xml-html	2005-09-26 22:18:47 -05:00
@@ -6,7 +6,6 @@
 
 %.html: %-prepped.xml $(MYSQL_HTML_XSL_DEPS)
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--output $*.html \
 		$(MYSQL_HTML_XSL) \
 		$<

--- 1.4/make.d/xml-pdf	2005-09-20 11:58:08 -05:00
+++ 1.5/make.d/xml-pdf	2005-09-26 22:18:48 -05:00
@@ -15,12 +15,10 @@
 
 %.fo: %-prepped.xml $(MYSQL_FO_XSL_DEPS)
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--output $@ $(MYSQL_FO_XSL) $<
 
 %.a4.fo: %-prepped.xml $(MYSQL_FO_XSL_DEPS)
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--stringparam paper.type A4 \
 		--output $@ $(MYSQL_FO_XSL) $<
 

--- 1.3/make.d/xml-html-dir	2005-07-13 11:26:17 -05:00
+++ 1.4/make.d/xml-html-dir	2005-09-26 22:18:47 -05:00
@@ -17,7 +17,6 @@
 	-$(RM) -r $@/
 	mkdir $@/
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--output $@/$*.html \
 		$(MYSQL_HTML_XSL) \
 		$<

--- 1.3/make.d/xml-xhtml-dir	2005-07-13 11:26:18 -05:00
+++ 1.4/make.d/xml-xhtml-dir	2005-09-26 22:18:48 -05:00
@@ -17,7 +17,6 @@
 	-$(RM) -r $@/
 	mkdir $@/
 	$(XSLTPROC) \
-		--stringparam l10n.gentext.default.language `$(STEM_LANG_CODE) $*` \
 		--output $@/$*.xhtml \
 		$(MYSQL_XHTML_XSL) \
 		$<
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3629)paul27 Sep