Author: mcbrown
Date: 2009-01-06 14:09:25 +0100 (Tue, 06 Jan 2009)
New Revision: 13012
Log:
Adding standalone cpp/ooo builds
Added:
trunk/topic-guides/topics-common/connector-cpp-aspec.xml
trunk/topic-guides/topics-common/connector-cpp-base.xml
trunk/topic-guides/topics-common/connector-ooo-aspec.xml
trunk/topic-guides/topics-common/connector-ooo-base.xml
Modified:
trunk/topic-guides/topics-common/Makefile
trunk/topic-guides/topics-common/Makefile.depends
Modified: trunk/topic-guides/topics-common/Makefile
===================================================================
--- trunk/topic-guides/topics-common/Makefile 2009-01-06 12:08:39 UTC (rev 13011)
+++ trunk/topic-guides/topics-common/Makefile 2009-01-06 13:09:25 UTC (rev 13012)
Changed blocks: 3, Lines Added: 10, Lines Deleted: 4; 1136 bytes
@@ -46,6 +46,8 @@
connector-j.xml \
connector-net.xml \
connector-mxj.xml \
+ connector-ooo.xml \
+ connector-cpp.xml \
connectors.xml \
apis-php.xml \
mysql-ha-drbd.xml \
@@ -66,6 +68,12 @@
connector-mxj.xml: connector-mxj-arbitrary.xml
cp $< $@
+connector-ooo.xml: connector-ooo-arbitrary.xml
+ cp $< $@
+
+connector-cpp.xml: connector-cpp-arbitrary.xml
+ cp $< $@
+
connectors.xml: connectors-arbitrary.xml
cp $< $@
@@ -90,12 +98,10 @@
mysql-proxy.xml: mysql-proxy-arbitrary.xml
cp $< $@
-merlin-chapter.xml: merlin-chapter-arbitrary.xml
- cp $< $@
-
clean::
$(RM) $(DEPEND_FILES)
- $(RM) connectors.txt connector-j.txt connector-net.txt connector-odbc.txt
connector-mxj.txt
+ $(RM) connectors.txt connector-j.txt connector-net.txt connector-odbc.txt
connector-mxj.txt \
+ connector-ooo.txt connector-cpp.txt
# Import document dependency specifications
Modified: trunk/topic-guides/topics-common/Makefile.depends
===================================================================
--- trunk/topic-guides/topics-common/Makefile.depends 2009-01-06 12:08:39 UTC (rev 13011)
+++ trunk/topic-guides/topics-common/Makefile.depends 2009-01-06 13:09:25 UTC (rev 13012)
Changed blocks: 4, Lines Added: 72, Lines Deleted: 0; 11864 bytes
@@ -28,6 +28,34 @@
apis-php-manprepped.xml: $(apis_php_SOURCES) $(apis_php_IDMAPS)
apis-php-remprepped.xml: $(apis_php_SOURCES) $(apis_php_IDMAPS)
+connector_cpp_INCLUDES = \
+ ../../common/fixedchars.ent \
+ ../../common/phrases.ent \
+ ../../refman-5.1/legalnotice.en.xml \
+ ../../refman-5.1/versions.ent \
+ ../../refman-common/connector-cpp.xml \
+ ../../refman-common/urls.ent \
+ all-entities.ent \
+ connector-cpp-aspec.xml.connector-cpp-bugs.none.chapter.xml \
+ connector-cpp-aspec.xml.connector-cpp-contact.none.chapter.xml \
+ connector-cpp-aspec.xml.connector-cpp-debug-tracing.none.chapter.xml \
+ connector-cpp-aspec.xml.connector-cpp-getting-started-examples.none.chapter.xml \
+ connector-cpp-aspec.xml.connector-cpp-installation.none.chapter.xml \
+ connector-cpp-aspec.xml.connector-cpp-references.none.chapter.xml \
+ connector-cpp-aspec.xml.connector-cpp-requests.none.chapter.xml \
+ connector-cpp-aspec.xml.connector-cpp.all.preface.xml
+connector_cpp_IMAGES =
+connector_cpp_SOURCES = connector-cpp.xml $(connector_cpp_INCLUDES)
+connector_cpp_IDMAPS =
+connector-cpp.validpure: $(connector_cpp_SOURCES)
+connector-cpp.titles: $(connector_cpp_SOURCES)
+connector-cpp.useless: $(connector_cpp_SOURCES)
+connector-cpp.valid: $(connector_cpp_SOURCES) $(connector_cpp_IDMAPS)
+connector-cpp.validwarn: $(connector_cpp_SOURCES) $(connector_cpp_IDMAPS)
+connector-cpp-prepped.xml: $(connector_cpp_SOURCES) $(connector_cpp_IDMAPS)
+connector-cpp-manprepped.xml: $(connector_cpp_SOURCES) $(connector_cpp_IDMAPS)
+connector-cpp-remprepped.xml: $(connector_cpp_SOURCES) $(connector_cpp_IDMAPS)
+
connector_j_INCLUDES = \
../../common/fixedchars.ent \
../../common/phrases.ent \
@@ -276,6 +304,42 @@
connector-odbc-manprepped.xml: $(connector_odbc_SOURCES) $(connector_odbc_IDMAPS)
connector-odbc-remprepped.xml: $(connector_odbc_SOURCES) $(connector_odbc_IDMAPS)
+connector_ooo_INCLUDES = \
+ ../../common/fixedchars.ent \
+ ../../common/phrases.ent \
+ ../../refman-5.1/legalnotice.en.xml \
+ ../../refman-5.1/versions.ent \
+ ../../refman-common/connector-ooo.xml \
+ ../../refman-common/images/published/connector-ooo-base.png \
+ ../../refman-common/images/published/connector-ooo-dbwizard1.png \
+ ../../refman-common/images/published/connector-ooo-dbwizard2.png \
+ ../../refman-common/images/published/connector-ooo-user-authentication-credentials.png \
+ ../../refman-common/images/published/connector-ooo-user-authentication.png \
+ ../../refman-common/urls.ent \
+ all-entities.ent \
+ connector-ooo-aspec.xml.connector-ooo-bugs.none.chapter.xml \
+ connector-ooo-aspec.xml.connector-ooo-contact.none.chapter.xml \
+ connector-ooo-aspec.xml.connector-ooo-getting-started-examples.none.chapter.xml \
+ connector-ooo-aspec.xml.connector-ooo-getting-started.none.chapter.xml \
+ connector-ooo-aspec.xml.connector-ooo-references.none.chapter.xml \
+ connector-ooo-aspec.xml.connector-ooo.all.preface.xml
+connector_ooo_IMAGES = \
+ ../../refman-common/images/published/connector-ooo-base.png \
+ ../../refman-common/images/published/connector-ooo-dbwizard1.png \
+ ../../refman-common/images/published/connector-ooo-dbwizard2.png \
+ ../../refman-common/images/published/connector-ooo-user-authentication-credentials.png \
+ ../../refman-common/images/published/connector-ooo-user-authentication.png
+connector_ooo_SOURCES = connector-ooo.xml $(connector_ooo_INCLUDES)
+connector_ooo_IDMAPS =
+connector-ooo.validpure: $(connector_ooo_SOURCES)
+connector-ooo.titles: $(connector_ooo_SOURCES)
+connector-ooo.useless: $(connector_ooo_SOURCES)
+connector-ooo.valid: $(connector_ooo_SOURCES) $(connector_ooo_IDMAPS)
+connector-ooo.validwarn: $(connector_ooo_SOURCES) $(connector_ooo_IDMAPS)
+connector-ooo-prepped.xml: $(connector_ooo_SOURCES) $(connector_ooo_IDMAPS)
+connector-ooo-manprepped.xml: $(connector_ooo_SOURCES) $(connector_ooo_IDMAPS)
+connector-ooo-remprepped.xml: $(connector_ooo_SOURCES) $(connector_ooo_IDMAPS)
+
connectors_INCLUDES = \
../../common/fixedchars.ent \
../../common/phrases.ent \
@@ -682,6 +746,10 @@
$(RM) mysql-load-balancer.xml mysql-load-balancer-arbitrary.xml
$(MAKE) mysql-load-balancer.xml
+connector-ooo-aspec.xml.connector-ooo-bugs.none.chapter.xml
connector-ooo-aspec.xml.connector-ooo-contact.none.chapter.xml
connector-ooo-aspec.xml.connector-ooo-getting-started-examples.none.chapter.xml
connector-ooo-aspec.xml.connector-ooo-getting-started.none.chapter.xml
connector-ooo-aspec.xml.connector-ooo-references.none.chapter.xml
connector-ooo-aspec.xml.connector-ooo.all.preface.xml: ../../common/fixedchars.ent
../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-ooo.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-ooo.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-ooo.xml
../../refman-common/images/published/connector-ooo-base.png ../../refman-common/urls.ent
all-entities.ent ../../common/fixedchars.ent ../.!
./common/phrases.ent ../../refman-5.1/versions.ent ../../refman-common/connector-ooo.xml
../../refman-common/images/published/connector-ooo-dbwizard1.png
../../refman-common/images/published/connector-ooo-dbwizard2.png
../../refman-common/images/published/connector-ooo-user-authentication-credentials.png
../../refman-common/images/published/connector-ooo-user-authentication.png
../../refman-common/urls.ent all-entities.ent ../../common/fixedchars.ent
../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-ooo.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-ooo.xml ../../refman-common/urls.ent all-entities.ent
+ $(RM) connector-ooo.xml connector-ooo-arbitrary.xml
+ $(MAKE) connector-ooo.xml
+
mysql-memcached-aspec.xml.ha-vm-aws.none.chapter.xml
mysql-memcached-aspec.xml.ha-vm-commonissues.none.chapter.xml
mysql-memcached-aspec.xml.ha-vm-resources.none.chapter.xml
mysql-memcached-aspec.xml.ha-vm.all.preface.xml: ../../common/fixedchars.ent
../../common/phrases.ent ../../refman-5.1/versions.ent ../../refman-common/ha-vm.xml
../../refman-common/images/published/ec2fig1.png
../../refman-common/images/published/ec2fig2.png
../../refman-common/images/published/ec2fig3.png ../../refman-common/urls.ent
all-entities.ent ../../common/fixedchars.ent ../../common/phrases.ent
../../refman-5.1/versions.ent ../../refman-common/ha-vm.xml ../../refman-common/urls.ent
all-entities.ent ../../common/fixedchars.ent ../../common/phrases.ent
../../refman-5.1/versions.ent ../../refman-common/ha-vm.xml ../../refman-common/urls.ent
all-entities.ent ../../common/fixedchars.ent ../../common/phrases.ent
../../refman-5.1/versions.ent ../../refman-common/ha-vm.xml ../../refman-common/urls.ent!
all-entities.ent
$(RM) mysql-memcached.xml mysql-memcached-arbitrary.xml
$(MAKE) mysql-memcached.xml
@@ -702,6 +770,10 @@
$(RM) apis-php.xml apis-php-arbitrary.xml
$(MAKE) apis-php.xml
+connector-cpp-aspec.xml.connector-cpp-bugs.none.chapter.xml
connector-cpp-aspec.xml.connector-cpp-contact.none.chapter.xml
connector-cpp-aspec.xml.connector-cpp-debug-tracing.none.chapter.xml
connector-cpp-aspec.xml.connector-cpp-getting-started-examples.none.chapter.xml
connector-cpp-aspec.xml.connector-cpp-installation.none.chapter.xml
connector-cpp-aspec.xml.connector-cpp-references.none.chapter.xml
connector-cpp-aspec.xml.connector-cpp-requests.none.chapter.xml
connector-cpp-aspec.xml.connector-cpp.all.preface.xml: ../../common/fixedchars.ent
../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-cpp.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-cpp.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-cpp.xml ../../re!
fman-common/urls.ent all-entities.ent ../../common/fixedchars.ent
../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-cpp.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-cpp.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-cpp.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-cpp.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/connector-cpp.xml ../../refman-common/urls.ent all-entities.ent
+ $(RM) connector-cpp.xml connector-cpp-arbitrary.xml
+ $(MAKE) connector-cpp.xml
+
mysql-ha-scalability-aspec.xml.ha-drbd.none.chapter.xml
mysql-ha-scalability-aspec.xml.ha-heartbeat.none.chapter.xml
mysql-ha-scalability-aspec.xml.ha-memcached.none.chapter.xml
mysql-ha-scalability-aspec.xml.ha-overview.all.chapter.xml
mysql-ha-scalability-aspec.xml.ha-vm.none.chapter.xml
mysql-ha-scalability-aspec.xml.load-balancer.none.chapter.xml
mysql-ha-scalability-aspec.xml.mysql-proxy.none.chapter.xml: ../../common/fixedchars.ent
../../common/phrases.ent ../../refman-5.1/versions.ent ../../refman-common/ha-drbd.xml
../../refman-common/images/published/drbd-main.png
../../refman-common/images/published/drbd-sepinterface.png ../../refman-common/urls.ent
all-entities.ent ../../common/fixedchars.ent ../../common/phrases.ent
../../refman-5.1/versions.ent ../../refman-common/ha-heartbeat.xml
../../refman-common/images/published/ha-heartbeat-overview.png
../../refman-common/urls.ent all-entities.ent ../../common/fixedchars.ent
../../common/phrases.ent ../../dynamic-docs/fa!
q/memcached.xml ../../refman-5.1/versions.ent
../../refman-common/../refman-common/images/published/memcached-flow.png
../../refman-common/../refman-common/images/published/memcached-memalloc.png
../../refman-common/../refman-common/images/published/memcached-overview.png
../../refman-common/ha-memcached-core.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/ha.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/ha-vm.xml ../../refman-common/images/published/ec2fig1.png
../../refman-common/images/published/ec2fig2.png
../../refman-common/images/published/ec2fig3.png ../../refman-common/urls.ent
all-entities.ent ../../common/fixedchars.ent ../../common/phrases.ent
../../refman-5.1/versions.ent ../../refman-common/images/published/stdlb.png
../../refman-common/images/publishe!
d/stdrepl-style1.png ../../refman-common/images/published/stdr!
epl-styl
e2.png ../../refman-common/load-balancer.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent
../../dynamic-docs/faq/mysql-proxy.xml ../../refman-5.1/versions.ent
../../refman-common/../refman-common/images/published/proxy-architecture.png
../../refman-common/mysql-proxy-core.xml ../../refman-common/urls.ent all-entities.ent
$(RM) mysql-ha-scalability.xml mysql-ha-scalability-arbitrary.xml
$(MAKE) mysql-ha-scalability.xml
Added: trunk/topic-guides/topics-common/connector-cpp-aspec.xml
===================================================================
--- trunk/topic-guides/topics-common/connector-cpp-aspec.xml (rev
0)
+++ trunk/topic-guides/topics-common/connector-cpp-aspec.xml 2009-01-06 13:09:25 UTC (rev
13012)
Changed blocks: 1, Lines Added: 24, Lines Deleted: 0; 949 bytes
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<book>
+
+ <fragment id="cpp">
+
+ <include src="connector-cpp" filter="all" markas="preface"/>
+
+ <include src="connector-cpp-installation" markas="chapter"/>
+
+ <include src="connector-cpp-getting-started-examples" markas="chapter"/>
+
+ <include src="connector-cpp-debug-tracing" markas="chapter"/>
+
+ <include src="connector-cpp-references" markas="chapter"/>
+
+ <include src="connector-cpp-bugs" markas="chapter"/>
+
+ <include src="connector-cpp-requests" markas="chapter"/>
+
+ <include src="connector-cpp-contact" markas="chapter"/>
+
+ </fragment>
+
+</book>
Added: trunk/topic-guides/topics-common/connector-cpp-base.xml
===================================================================
--- trunk/topic-guides/topics-common/connector-cpp-base.xml (rev
0)
+++ trunk/topic-guides/topics-common/connector-cpp-base.xml 2009-01-06 13:09:25 UTC (rev
13012)
Changed blocks: 1, Lines Added: 39, Lines Deleted: 0; 1150 bytes
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % all.entities SYSTEM "all-entities.ent">
+ %all.entities;
+]>
+<book id="connectors" lang="en">
+
+ <title>MySQL Connector/C++</title>
+
+ <bookinfo>
+
+ <title>MySQL Connector/C++</title>
+
+ <abstract>
+
+ <para>
+ This manual describes MySQL Connector/C++, the C++ interface
+ for communicating with MySQL servers.
+ </para>
+
+ <para>
+ Document generated on:
+
+<?dbtimestamp format="Y-m-d"?>
+
+ <remark role="repository.revision"/>
+ </para>
+
+ </abstract>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../refman-5.1/legalnotice.en.xml" />
+
+ </bookinfo>
+
+<!--SRCFILE cpp-->
+
+</book>
Added: trunk/topic-guides/topics-common/connector-ooo-aspec.xml
===================================================================
--- trunk/topic-guides/topics-common/connector-ooo-aspec.xml (rev
0)
+++ trunk/topic-guides/topics-common/connector-ooo-aspec.xml 2009-01-06 13:09:25 UTC (rev
13012)
Changed blocks: 1, Lines Added: 20, Lines Deleted: 0; 824 bytes
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<book>
+
+ <fragment id="cooo">
+
+ <include src="connector-ooo" filter="all" markas="preface"/>
+
+ <include src="connector-ooo-getting-started" markas="chapter"/>
+
+ <include src="connector-ooo-getting-started-examples" markas="chapter"/>
+
+ <include src="connector-ooo-references" markas="chapter"/>
+
+ <include src="connector-ooo-bugs" markas="chapter"/>
+
+ <include src="connector-ooo-contact" markas="chapter"/>
+
+ </fragment>
+
+</book>
Added: trunk/topic-guides/topics-common/connector-ooo-base.xml
===================================================================
--- trunk/topic-guides/topics-common/connector-ooo-base.xml (rev
0)
+++ trunk/topic-guides/topics-common/connector-ooo-base.xml 2009-01-06 13:09:25 UTC (rev
13012)
Changed blocks: 1, Lines Added: 38, Lines Deleted: 0; 1194 bytes
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % all.entities SYSTEM "all-entities.ent">
+ %all.entities;
+]>
+<book id="connectors" lang="en">
+
+ <title>MySQL Connector/OpenOffice.org</title>
+
+ <bookinfo>
+
+ <title>MySQL Connector/OpenOffice.org</title>
+
+ <abstract>
+
+ <para>
+ This manual describes MySQL Connector/OpenOffice.org, the interface for
communicating between OpenOffice.org and MySQL servers.
+ </para>
+
+ <para>
+ Document generated on:
+
+<?dbtimestamp format="Y-m-d"?>
+
+ <remark role="repository.revision"/>
+ </para>
+
+ </abstract>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../refman-5.1/legalnotice.en.xml" />
+
+ </bookinfo>
+
+<!--SRCFILE cooo-->
+
+</book>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r13012 - trunk/topic-guides/topics-common | martin.brown | 6 Jan 2009 |