List:Commits« Previous MessageNext Message »
From:paul Date:July 11 2006 9:35pm
Subject:svn commit - mysqldoc@docsrva: r2707 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-07-11 21:35:45 +0200 (Tue, 11 Jul 2006)
New Revision: 2707

Log:
 r11299@polar:  paul | 2006-07-11 14:36:07 -0500
 Add dependencies for Connector sections when built as separate documents.


Modified:
   trunk/refman-4.1/Makefile
   trunk/refman-5.0/Makefile
   trunk/refman-5.1/Makefile

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11297
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12084
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11299
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12084
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441


Modified: trunk/refman-4.1/Makefile
===================================================================
--- trunk/refman-4.1/Makefile	2006-07-11 19:19:34 UTC (rev 2706)
+++ trunk/refman-4.1/Makefile	2006-07-11 19:35:45 UTC (rev 2707)
Changed blocks: 1, Lines Added: 31, Lines Deleted: 0; 2644 bytes

@@ -36,6 +36,37 @@
 manual-prepped.xml: $(MANUAL_SRCS)
 manual-manprepped.xml: $(MANUAL_SRCS)
 
+# We also build the connector sections as separate docs, so list dependencies
+# for them as well.
+
+depend:: connector-j.depend
+
+CONNECTOR_J_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_J_SRCS = $(CONNECTOR_J_SRCS_EXTRA) connector-j.xml ../refman-common/news-connector-j.xml 
+
+connector-j-prepped.xml: $(CONNECTOR_J_SRCS)
+
+depend:: connector-mxj.depend
+
+CONNECTOR_MXJ_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_MXJ_SRCS = $(CONNECTOR_MXJ_SRCS_EXTRA) connector-mxj.xml 
+
+connector-mxj-prepped.xml: $(CONNECTOR_MXJ_SRCS)
+
+depend:: connector-net.depend
+
+CONNECTOR_NET_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_NET_SRCS = $(CONNECTOR_NET_SRCS_EXTRA) connector-net.xml ../refman-common/news-connector-net.xml 
+
+connector-net-prepped.xml: $(CONNECTOR_NET_SRCS)
+
+depend:: connector-odbc.depend
+
+CONNECTOR_ODBC_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_ODBC_SRCS = $(CONNECTOR_ODBC_SRCS_EXTRA) connector-odbc.xml images/myarchitecture.png images/myodbc-win-install-step1.png images/myodbc-win-install-step2.png images/myodbc-win-install-step3.png images/myodbc-win-install-step4.png images/myodbc-macosx-install-step1.png images/myodbc-macosx-install-step2.png images/myodbc-macosx-install-step3.png images/myodbc-macosx-install-step4.png images/myodbc-macosx-install-step5.png images/myodbc-macosx-install-step6.png images/myodbc-win-odbcadmin-main.png images/myodbc-win-odbcadmin-driverselect.png images/myodbc-win-odbcadmin-adddsn.png images/myodbc-win-odbcadmin-sampledsn.png images/myodbc-win-odbcadmin-options.png images/myodbc-win-odbcadmin-advanced.png images/myodbc-macosx-odbcadmin-main.png images/myodbc-macosx-odbcadmin-adddsn.png images/myodbc-macosx-odbcadmin-sampledsn.png images/myodbc-win-tracing.png images/myodbc-macosx-odbcadmin-tracing.png images/myflowchart.png images/myodbc-excel-step1.png images/myodbc-exc!
 el-step2.png images/myodbc-excel-step3.png images/myodbc-excel-step4.png images/myodbc-excel-step5.png images/myaccess.png images/myaccess-odbc.png 
+
+connector-odbc-prepped.xml: $(CONNECTOR_ODBC_SRCS)
+
 # Overrides for generic rules
 
 manual.html-section: manual.html-section.d


Modified: trunk/refman-5.0/Makefile
===================================================================
--- trunk/refman-5.0/Makefile	2006-07-11 19:19:34 UTC (rev 2706)
+++ trunk/refman-5.0/Makefile	2006-07-11 19:35:45 UTC (rev 2707)
Changed blocks: 1, Lines Added: 31, Lines Deleted: 0; 2644 bytes

@@ -36,6 +36,37 @@
 manual-prepped.xml: $(MANUAL_SRCS)
 manual-manprepped.xml: $(MANUAL_SRCS)
 
+# We also build the connector sections as separate docs, so list dependencies
+# for them as well.
+
+depend:: connector-j.depend
+
+CONNECTOR_J_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_J_SRCS = $(CONNECTOR_J_SRCS_EXTRA) connector-j.xml ../refman-common/news-connector-j.xml 
+
+connector-j-prepped.xml: $(CONNECTOR_J_SRCS)
+
+depend:: connector-mxj.depend
+
+CONNECTOR_MXJ_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_MXJ_SRCS = $(CONNECTOR_MXJ_SRCS_EXTRA) connector-mxj.xml 
+
+connector-mxj-prepped.xml: $(CONNECTOR_MXJ_SRCS)
+
+depend:: connector-net.depend
+
+CONNECTOR_NET_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_NET_SRCS = $(CONNECTOR_NET_SRCS_EXTRA) connector-net.xml ../refman-common/news-connector-net.xml 
+
+connector-net-prepped.xml: $(CONNECTOR_NET_SRCS)
+
+depend:: connector-odbc.depend
+
+CONNECTOR_ODBC_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_ODBC_SRCS = $(CONNECTOR_ODBC_SRCS_EXTRA) connector-odbc.xml images/myarchitecture.png images/myodbc-win-install-step1.png images/myodbc-win-install-step2.png images/myodbc-win-install-step3.png images/myodbc-win-install-step4.png images/myodbc-macosx-install-step1.png images/myodbc-macosx-install-step2.png images/myodbc-macosx-install-step3.png images/myodbc-macosx-install-step4.png images/myodbc-macosx-install-step5.png images/myodbc-macosx-install-step6.png images/myodbc-win-odbcadmin-main.png images/myodbc-win-odbcadmin-driverselect.png images/myodbc-win-odbcadmin-adddsn.png images/myodbc-win-odbcadmin-sampledsn.png images/myodbc-win-odbcadmin-options.png images/myodbc-win-odbcadmin-advanced.png images/myodbc-macosx-odbcadmin-main.png images/myodbc-macosx-odbcadmin-adddsn.png images/myodbc-macosx-odbcadmin-sampledsn.png images/myodbc-win-tracing.png images/myodbc-macosx-odbcadmin-tracing.png images/myflowchart.png images/myodbc-excel-step1.png images/myodbc-exc!
 el-step2.png images/myodbc-excel-step3.png images/myodbc-excel-step4.png images/myodbc-excel-step5.png images/myaccess.png images/myaccess-odbc.png 
+
+connector-odbc-prepped.xml: $(CONNECTOR_ODBC_SRCS)
+
 # Overrides for generic rules
 
 manual.html-section: manual.html-section.d


Modified: trunk/refman-5.1/Makefile
===================================================================
--- trunk/refman-5.1/Makefile	2006-07-11 19:19:34 UTC (rev 2706)
+++ trunk/refman-5.1/Makefile	2006-07-11 19:35:45 UTC (rev 2707)
Changed blocks: 1, Lines Added: 31, Lines Deleted: 0; 2644 bytes

@@ -36,6 +36,37 @@
 manual-prepped.xml: $(MANUAL_SRCS)
 manual-manprepped.xml: $(MANUAL_SRCS)
 
+# We also build the connector sections as separate docs, so list dependencies
+# for them as well.
+
+depend:: connector-j.depend
+
+CONNECTOR_J_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_J_SRCS = $(CONNECTOR_J_SRCS_EXTRA) connector-j.xml ../refman-common/news-connector-j.xml 
+
+connector-j-prepped.xml: $(CONNECTOR_J_SRCS)
+
+depend:: connector-mxj.depend
+
+CONNECTOR_MXJ_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_MXJ_SRCS = $(CONNECTOR_MXJ_SRCS_EXTRA) connector-mxj.xml 
+
+connector-mxj-prepped.xml: $(CONNECTOR_MXJ_SRCS)
+
+depend:: connector-net.depend
+
+CONNECTOR_NET_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_NET_SRCS = $(CONNECTOR_NET_SRCS_EXTRA) connector-net.xml ../refman-common/news-connector-net.xml 
+
+connector-net-prepped.xml: $(CONNECTOR_NET_SRCS)
+
+depend:: connector-odbc.depend
+
+CONNECTOR_ODBC_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent
+CONNECTOR_ODBC_SRCS = $(CONNECTOR_ODBC_SRCS_EXTRA) connector-odbc.xml images/myarchitecture.png images/myodbc-win-install-step1.png images/myodbc-win-install-step2.png images/myodbc-win-install-step3.png images/myodbc-win-install-step4.png images/myodbc-macosx-install-step1.png images/myodbc-macosx-install-step2.png images/myodbc-macosx-install-step3.png images/myodbc-macosx-install-step4.png images/myodbc-macosx-install-step5.png images/myodbc-macosx-install-step6.png images/myodbc-win-odbcadmin-main.png images/myodbc-win-odbcadmin-driverselect.png images/myodbc-win-odbcadmin-adddsn.png images/myodbc-win-odbcadmin-sampledsn.png images/myodbc-win-odbcadmin-options.png images/myodbc-win-odbcadmin-advanced.png images/myodbc-macosx-odbcadmin-main.png images/myodbc-macosx-odbcadmin-adddsn.png images/myodbc-macosx-odbcadmin-sampledsn.png images/myodbc-win-tracing.png images/myodbc-macosx-odbcadmin-tracing.png images/myflowchart.png images/myodbc-excel-step1.png images/myodbc-exc!
 el-step2.png images/myodbc-excel-step3.png images/myodbc-excel-step4.png images/myodbc-excel-step5.png images/myaccess.png images/myaccess-odbc.png 
+
+connector-odbc-prepped.xml: $(CONNECTOR_ODBC_SRCS)
+
 # Overrides for generic rules
 
 manual.html-section: manual.html-section.d


Thread
svn commit - mysqldoc@docsrva: r2707 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul11 Jul