List:Commits« Previous MessageNext Message »
From:paul Date:October 31 2007 5:35pm
Subject:svn commit - mysqldoc@docsrva: r8440 - in trunk: . cy cy/gui-common it it/refman-common pt pt/refman-common ro th th/administrator th/gui-common th/qu...
View as plain text  
Author: paul
Date: 2007-10-31 18:35:43 +0100 (Wed, 31 Oct 2007)
New Revision: 8440

Log:
 r32030@polar:  paul | 2007-10-31 12:34:38 -0500
 Add translation directories to global targets.
 
 Run global targets to update dependencies :-)


Added:
   trunk/cy/Makefile
   trunk/it/Makefile
   trunk/pt/Makefile
   trunk/ro/Makefile
   trunk/th/Makefile
Modified:
   trunk/Makefile
   trunk/cy/gui-common/chapter-grt-shell.xml
   trunk/it/refman-common/Makefile.depends
   trunk/pt/refman-common/Makefile.depends
   trunk/th/administrator/Makefile.depends
   trunk/th/gui-common/Makefile.depends
   trunk/th/query-browser/Makefile.depends
   trunk/th/refman-common/Makefile.depends
   trunk/th/userguide/Makefile.depends

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:32005
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:26370
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:21581
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:32030
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:26370
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:21581


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-10-31 17:14:41 UTC (rev 8439)
+++ trunk/Makefile	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 4; 659 bytes

@@ -4,18 +4,19 @@
 
 SUBDIRS = \
 	administrator \
-	cy/gui-common \
-	cy/query-browser \
+	cy \
 	falcon \
 	gui-common \
 	guibook \
 	internals \
+	it \
 	migration-toolkit \
 	mysqldoc-guide \
 	mysqlqb \
 	mysqltest \
 	ndbapi \
 	proto-doc \
+	pt \
 	query-browser \
 	refman-4.1 \
 	refman-5.0 \

@@ -23,10 +24,10 @@
 	refman-5.2 \
 	refman-6.0 \
 	refman-common \
-	ro/administrator \
-	ro/gui-common \
+	ro \
 	sample-data/sakila \
 	sample-data/world \
+	th \
 	userguide \
 	workbench
 


Added: trunk/cy/Makefile
===================================================================
--- trunk/cy/Makefile	                        (rev 0)
+++ trunk/cy/Makefile	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 1, Lines Added: 21, Lines Deleted: 0; 726 bytes

@@ -0,0 +1,21 @@
+# mysqldoc repository
+
+# cy Makefile
+
+# Location of repository root relative to current directory
+REPO_ROOT = ..
+
+# Location of directory containing Makefile components
+MAKE_DIR = $(REPO_ROOT)/make.d
+
+SUBDIRS = \
+	gui-common \
+	query-browser
+
+all:
+	@echo "Documents maintained in this directory generally each"
+	@echo "have their own directory.  To work on a document"
+	@echo "(for example, to edit it or to generate output),"
+	@echo "cd into the document directory first."
+
+include $(MAKE_DIR)/global-targets


Modified: trunk/cy/gui-common/chapter-grt-shell.xml
===================================================================
--- trunk/cy/gui-common/chapter-grt-shell.xml	2007-10-31 17:14:41 UTC (rev 8439)
+++ trunk/cy/gui-common/chapter-grt-shell.xml	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 6; 827 bytes

@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" 
-[ 
-    <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-    %fixedchars.entities;
-    <!ENTITY % gui-common.entities    SYSTEM "../gui-common/gui-common.ent">
-    %gui-common.entities;
-    ]>
+[
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
+]>
 <chapter id="grt-shell">
 
   <title>The Generic Runtime Environment (GRT) Shell</title>


Added: trunk/it/Makefile
===================================================================
--- trunk/it/Makefile	                        (rev 0)
+++ trunk/it/Makefile	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 1, Lines Added: 21, Lines Deleted: 0; 726 bytes

@@ -0,0 +1,21 @@
+# mysqldoc repository
+
+# it Makefile
+
+# Location of repository root relative to current directory
+REPO_ROOT = ..
+
+# Location of directory containing Makefile components
+MAKE_DIR = $(REPO_ROOT)/make.d
+
+SUBDIRS = \
+	refman-common \
+	refman-5.1
+
+all:
+	@echo "Documents maintained in this directory generally each"
+	@echo "have their own directory.  To work on a document"
+	@echo "(for example, to edit it or to generate output),"
+	@echo "cd into the document directory first."
+
+include $(MAKE_DIR)/global-targets


Modified: trunk/it/refman-common/Makefile.depends
===================================================================
--- trunk/it/refman-common/Makefile.depends	2007-10-31 17:14:41 UTC (rev 8439)
+++ trunk/it/refman-common/Makefile.depends	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 3, Lines Added: 12, Lines Deleted: 12; 2065 bytes

@@ -7,10 +7,10 @@
 connector_j_IMAGES =
 connector_j_SOURCES = connector-j.xml $(connector_j_INCLUDES)
 connector_j_IDMAPS = \
-	../refman-5.0/metadata/charset.idmap \
-	../refman-5.0/metadata/dba-core.idmap \
-	../refman-5.0/metadata/errors-problems.idmap \
-	../refman-5.0/metadata/sql-syntax.idmap \
+	../../refman-5.0/metadata/charset.idmap \
+	../../refman-5.0/metadata/dba-core.idmap \
+	../../refman-5.0/metadata/errors-problems.idmap \
+	../../refman-5.0/metadata/sql-syntax.idmap \
 	metadata/connector-j.idmap \
 	metadata/information-sources.idmap \
 	metadata/news-cj-core.idmap

@@ -60,9 +60,9 @@
 	images/published/cnet-win-install-step4.png
 connector_net_SOURCES = connector-net.xml $(connector_net_INCLUDES)
 connector_net_IDMAPS = \
-	../refman-5.0/metadata/apis.idmap \
-	../refman-5.0/metadata/connectors.idmap \
-	../refman-5.0/metadata/dba-core.idmap \
+	../../refman-5.0/metadata/apis.idmap \
+	../../refman-5.0/metadata/connectors.idmap \
+	../../refman-5.0/metadata/dba-core.idmap \
 	metadata/bug-reports.idmap \
 	metadata/connector-net.idmap \
 	metadata/connector-vstudioplugin.idmap \

@@ -163,11 +163,11 @@
 	images/published/myodbc-win-tracing.png
 connector_odbc_SOURCES = connector-odbc.xml $(connector_odbc_INCLUDES)
 connector_odbc_IDMAPS = \
-	../refman-5.0/metadata/apis-c.idmap \
-	../refman-5.0/metadata/charset.idmap \
-	../refman-5.0/metadata/dba-core.idmap \
-	../refman-5.0/metadata/errors-problems.idmap \
-	../refman-5.0/metadata/functions-core.idmap \
+	../../refman-5.0/metadata/apis-c.idmap \
+	../../refman-5.0/metadata/charset.idmap \
+	../../refman-5.0/metadata/dba-core.idmap \
+	../../refman-5.0/metadata/errors-problems.idmap \
+	../../refman-5.0/metadata/functions-core.idmap \
 	metadata/connector-odbc.idmap \
 	metadata/information-sources.idmap \
 	metadata/news-codbc-core.idmap


Added: trunk/pt/Makefile
===================================================================
--- trunk/pt/Makefile	                        (rev 0)
+++ trunk/pt/Makefile	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 1, Lines Added: 21, Lines Deleted: 0; 726 bytes

@@ -0,0 +1,21 @@
+# mysqldoc repository
+
+# pt Makefile
+
+# Location of repository root relative to current directory
+REPO_ROOT = ..
+
+# Location of directory containing Makefile components
+MAKE_DIR = $(REPO_ROOT)/make.d
+
+SUBDIRS = \
+	refman-common \
+	refman-5.1
+
+all:
+	@echo "Documents maintained in this directory generally each"
+	@echo "have their own directory.  To work on a document"
+	@echo "(for example, to edit it or to generate output),"
+	@echo "cd into the document directory first."
+
+include $(MAKE_DIR)/global-targets


Modified: trunk/pt/refman-common/Makefile.depends
===================================================================
--- trunk/pt/refman-common/Makefile.depends	2007-10-31 17:14:41 UTC (rev 8439)
+++ trunk/pt/refman-common/Makefile.depends	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 3, Lines Added: 12, Lines Deleted: 12; 2065 bytes

@@ -7,10 +7,10 @@
 connector_j_IMAGES =
 connector_j_SOURCES = connector-j.xml $(connector_j_INCLUDES)
 connector_j_IDMAPS = \
-	../refman-5.0/metadata/charset.idmap \
-	../refman-5.0/metadata/dba-core.idmap \
-	../refman-5.0/metadata/errors-problems.idmap \
-	../refman-5.0/metadata/sql-syntax.idmap \
+	../../refman-5.0/metadata/charset.idmap \
+	../../refman-5.0/metadata/dba-core.idmap \
+	../../refman-5.0/metadata/errors-problems.idmap \
+	../../refman-5.0/metadata/sql-syntax.idmap \
 	metadata/connector-j.idmap \
 	metadata/information-sources.idmap \
 	metadata/news-cj-core.idmap

@@ -60,9 +60,9 @@
 	images/published/cnet-win-install-step4.png
 connector_net_SOURCES = connector-net.xml $(connector_net_INCLUDES)
 connector_net_IDMAPS = \
-	../refman-5.0/metadata/apis.idmap \
-	../refman-5.0/metadata/connectors.idmap \
-	../refman-5.0/metadata/dba-core.idmap \
+	../../refman-5.0/metadata/apis.idmap \
+	../../refman-5.0/metadata/connectors.idmap \
+	../../refman-5.0/metadata/dba-core.idmap \
 	metadata/bug-reports.idmap \
 	metadata/connector-net.idmap \
 	metadata/connector-vstudioplugin.idmap \

@@ -163,11 +163,11 @@
 	images/published/myodbc-win-tracing.png
 connector_odbc_SOURCES = connector-odbc.xml $(connector_odbc_INCLUDES)
 connector_odbc_IDMAPS = \
-	../refman-5.0/metadata/apis-c.idmap \
-	../refman-5.0/metadata/charset.idmap \
-	../refman-5.0/metadata/dba-core.idmap \
-	../refman-5.0/metadata/errors-problems.idmap \
-	../refman-5.0/metadata/functions-core.idmap \
+	../../refman-5.0/metadata/apis-c.idmap \
+	../../refman-5.0/metadata/charset.idmap \
+	../../refman-5.0/metadata/dba-core.idmap \
+	../../refman-5.0/metadata/errors-problems.idmap \
+	../../refman-5.0/metadata/functions-core.idmap \
 	metadata/connector-odbc.idmap \
 	metadata/information-sources.idmap \
 	metadata/news-codbc-core.idmap


Added: trunk/ro/Makefile
===================================================================
--- trunk/ro/Makefile	                        (rev 0)
+++ trunk/ro/Makefile	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 1, Lines Added: 21, Lines Deleted: 0; 726 bytes

@@ -0,0 +1,21 @@
+# mysqldoc repository
+
+# ro Makefile
+
+# Location of repository root relative to current directory
+REPO_ROOT = ..
+
+# Location of directory containing Makefile components
+MAKE_DIR = $(REPO_ROOT)/make.d
+
+SUBDIRS = \
+	administrator \
+	gui-common
+
+all:
+	@echo "Documents maintained in this directory generally each"
+	@echo "have their own directory.  To work on a document"
+	@echo "(for example, to edit it or to generate output),"
+	@echo "cd into the document directory first."
+
+include $(MAKE_DIR)/global-targets


Added: trunk/th/Makefile
===================================================================
--- trunk/th/Makefile	                        (rev 0)
+++ trunk/th/Makefile	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 1, Lines Added: 24, Lines Deleted: 0; 773 bytes

@@ -0,0 +1,24 @@
+# mysqldoc repository
+
+# th Makefile
+
+# Location of repository root relative to current directory
+REPO_ROOT = ..
+
+# Location of directory containing Makefile components
+MAKE_DIR = $(REPO_ROOT)/make.d
+
+SUBDIRS = \
+	administrator \
+	gui-common \
+	query-browser \
+	refman-common \
+	userguide
+
+all:
+	@echo "Documents maintained in this directory generally each"
+	@echo "have their own directory.  To work on a document"
+	@echo "(for example, to edit it or to generate output),"
+	@echo "cd into the document directory first."
+
+include $(MAKE_DIR)/global-targets


Modified: trunk/th/administrator/Makefile.depends
===================================================================
--- trunk/th/administrator/Makefile.depends	2007-10-31 17:14:41 UTC (rev 8439)
+++ trunk/th/administrator/Makefile.depends	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 1, Lines Added: 507, Lines Deleted: 0; 23160 bytes

@@ -0,0 +1,507 @@
+administrator_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/../common/fixedchars.ent \
+	../gui-common/../gui-common/gui-common.ent \
+	../gui-common/../refman-common/urls.ent \
+	../gui-common/all-entities.ent \
+	../gui-common/appendix-common-files.xml \
+	../gui-common/appendix-connection-storage.xml \
+	../gui-common/appendix-source-install.xml \
+	../gui-common/appendix-third-party.xml \
+	../gui-common/appendix-translator-notes.xml \
+	../gui-common/appendix-troubleshooting.xml \
+	../gui-common/chapter-options-connections.xml \
+	../gui-common/chapter-options-editors.xml \
+	../gui-common/chapter-options-general.xml \
+	../gui-common/chapter-options-introduction.xml \
+	../gui-common/chapter-table-editor.xml \
+	../gui-common/chapter-uninstall-all.xml \
+	../gui-common/chapter-upgrade-all.xml \
+	../gui-common/gui-common.ent \
+	../gui-common/images/published/columneditor.png \
+	../gui-common/images/published/confirmchanges.png \
+	../gui-common/images/published/connectionerror.png \
+	../gui-common/images/published/indexeditor.png \
+	../gui-common/images/published/options-connection.png \
+	../gui-common/images/published/options.png \
+	../gui-common/images/published/ssl-params.png \
+	../gui-common/images/published/tableeditor.png \
+	../gui-common/installation-all.xml \
+	../gui-common/mysql-enterprise.xml \
+	../gui-common/starting-all.xml \
+	all-entities.ent \
+	backup.xml \
+	catalogs.xml \
+	chapter-options-administrator.xml \
+	connection-dialog.xml \
+	health.xml \
+	images/published/configure-service-mode-connection.png \
+	images/published/configure-service-mode-window.png \
+	images/published/connection.png \
+	images/published/graph-settings.png \
+	images/published/mainwindow.png \
+	images/published/marked-area.png \
+	images/published/replication.png \
+	images/published/restore-content.png \
+	images/published/server-logs-general-log.png \
+	images/published/system-tray.png \
+	images/published/user-accounts.png \
+	images/published/user-information.png \
+	introduction.xml \
+	legalnotice.en.xml \
+	main-window.xml \
+	replication-status.xml \
+	restore.xml \
+	server-connections.xml \
+	server-information.xml \
+	server-logs.xml \
+	service-control.xml \
+	startup-variables.xml \
+	tray-monitor.xml \
+	user-administration.xml \
+	xml-files.xml
+administrator_IMAGES = \
+	../gui-common/images/published/columneditor.png \
+	../gui-common/images/published/confirmchanges.png \
+	../gui-common/images/published/connectionerror.png \
+	../gui-common/images/published/indexeditor.png \
+	../gui-common/images/published/options-connection.png \
+	../gui-common/images/published/options.png \
+	../gui-common/images/published/ssl-params.png \
+	../gui-common/images/published/tableeditor.png \
+	images/published/configure-service-mode-connection.png \
+	images/published/configure-service-mode-window.png \
+	images/published/connection.png \
+	images/published/graph-settings.png \
+	images/published/mainwindow.png \
+	images/published/marked-area.png \
+	images/published/replication.png \
+	images/published/restore-content.png \
+	images/published/server-logs-general-log.png \
+	images/published/system-tray.png \
+	images/published/user-accounts.png \
+	images/published/user-information.png
+administrator_SOURCES = administrator.xml $(administrator_INCLUDES)
+administrator_IDMAPS = \
+	../../gui-common/metadata/appendix-connection-storage.idmap \
+	../../gui-common/metadata/appendix-translator-notes.idmap \
+	../../gui-common/metadata/appendix-troubleshooting.idmap \
+	../../gui-common/metadata/chapter-options-connections.idmap \
+	../../gui-common/metadata/chapter-options-editors.idmap \
+	../../gui-common/metadata/chapter-options-general.idmap \
+	../../gui-common/metadata/chapter-table-editor.idmap \
+	../../gui-common/metadata/chapter-upgrade-all.idmap \
+	../../gui-common/metadata/installation-all.idmap \
+	../../refman-5.1/metadata/client-utility-programs.idmap \
+	../../refman-5.1/metadata/dba-core.idmap \
+	../../refman-5.1/metadata/errors-problems-core.idmap \
+	../../refman-5.1/metadata/installing.idmap \
+	../../refman-5.1/metadata/optimization.idmap \
+	../../refman-5.1/metadata/replication-configuration.idmap \
+	../../refman-5.1/metadata/se-merge.idmap \
+	../../refman-5.1/metadata/se-myisam.idmap \
+	../../refman-5.1/metadata/sql-syntax.idmap \
+	../../refman-5.1/metadata/storage-engines.idmap \
+	../../refman-5.1/metadata/using-mysql-programs.idmap \
+	../../refman-common/metadata/bug-reports.idmap \
+	metadata/administrator.idmap \
+	metadata/backup.idmap \
+	metadata/catalogs.idmap \
+	metadata/chapter-options-administrator.idmap \
+	metadata/connection-dialog.idmap \
+	metadata/health.idmap \
+	metadata/main-window.idmap \
+	metadata/replication-status.idmap \
+	metadata/restore.idmap \
+	metadata/server-connections.idmap \
+	metadata/server-information.idmap \
+	metadata/server-logs.idmap \
+	metadata/service-control.idmap \
+	metadata/startup-variables.idmap \
+	metadata/user-administration.idmap
+administrator.validpure: $(administrator_SOURCES)
+administrator.titles: $(administrator_SOURCES)
+administrator.useless: $(administrator_SOURCES)
+administrator.valid: $(administrator_SOURCES) $(administrator_IDMAPS)
+administrator.validwarn: $(administrator_SOURCES) $(administrator_IDMAPS)
+administrator-prepped.xml: $(administrator_SOURCES) $(administrator_IDMAPS)
+administrator-manprepped.xml: $(administrator_SOURCES) $(administrator_IDMAPS)
+administrator-remprepped.xml: $(administrator_SOURCES) $(administrator_IDMAPS)
+
+backup_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+backup_IMAGES =
+backup_SOURCES = backup.xml $(backup_INCLUDES)
+backup_IDMAPS = \
+	../../refman-5.1/metadata/client-utility-programs.idmap \
+	metadata/chapter-options-administrator.idmap \
+	metadata/connection-dialog.idmap \
+	metadata/main-window.idmap
+backup.validpure: $(backup_SOURCES)
+backup.titles: $(backup_SOURCES)
+backup.useless: $(backup_SOURCES)
+backup.valid: $(backup_SOURCES) $(backup_IDMAPS)
+backup.validwarn: $(backup_SOURCES) $(backup_IDMAPS)
+backup-prepped.xml: $(backup_SOURCES) $(backup_IDMAPS)
+backup-manprepped.xml: $(backup_SOURCES) $(backup_IDMAPS)
+backup-remprepped.xml: $(backup_SOURCES) $(backup_IDMAPS)
+
+catalogs_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+catalogs_IMAGES =
+catalogs_SOURCES = catalogs.xml $(catalogs_INCLUDES)
+catalogs_IDMAPS = \
+	../../gui-common/metadata/chapter-table-editor.idmap \
+	../../refman-5.1/metadata/optimization.idmap \
+	../../refman-5.1/metadata/sql-syntax.idmap \
+	metadata/main-window.idmap
+catalogs.validpure: $(catalogs_SOURCES)
+catalogs.titles: $(catalogs_SOURCES)
+catalogs.useless: $(catalogs_SOURCES)
+catalogs.valid: $(catalogs_SOURCES) $(catalogs_IDMAPS)
+catalogs.validwarn: $(catalogs_SOURCES) $(catalogs_IDMAPS)
+catalogs-prepped.xml: $(catalogs_SOURCES) $(catalogs_IDMAPS)
+catalogs-manprepped.xml: $(catalogs_SOURCES) $(catalogs_IDMAPS)
+catalogs-remprepped.xml: $(catalogs_SOURCES) $(catalogs_IDMAPS)
+
+chapter_options_administrator_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+chapter_options_administrator_IMAGES =
+chapter_options_administrator_SOURCES = chapter-options-administrator.xml $(chapter_options_administrator_INCLUDES)
+chapter_options_administrator_IDMAPS = \
+	../../refman-5.1/metadata/dba-core.idmap \
+	metadata/backup.idmap \
+	metadata/health.idmap \
+	metadata/user-administration.idmap
+chapter-options-administrator.validpure: $(chapter_options_administrator_SOURCES)
+chapter-options-administrator.titles: $(chapter_options_administrator_SOURCES)
+chapter-options-administrator.useless: $(chapter_options_administrator_SOURCES)
+chapter-options-administrator.valid: $(chapter_options_administrator_SOURCES) $(chapter_options_administrator_IDMAPS)
+chapter-options-administrator.validwarn: $(chapter_options_administrator_SOURCES) $(chapter_options_administrator_IDMAPS)
+chapter-options-administrator-prepped.xml: $(chapter_options_administrator_SOURCES) $(chapter_options_administrator_IDMAPS)
+chapter-options-administrator-manprepped.xml: $(chapter_options_administrator_SOURCES) $(chapter_options_administrator_IDMAPS)
+chapter-options-administrator-remprepped.xml: $(chapter_options_administrator_SOURCES) $(chapter_options_administrator_IDMAPS)
+
+connection_dialog_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/configure-service-mode-connection.png \
+	images/published/configure-service-mode-window.png \
+	images/published/connection.png
+connection_dialog_IMAGES = \
+	images/published/configure-service-mode-connection.png \
+	images/published/configure-service-mode-window.png \
+	images/published/connection.png
+connection_dialog_SOURCES = connection-dialog.xml $(connection_dialog_INCLUDES)
+connection_dialog_IDMAPS = \
+	../../gui-common/metadata/appendix-connection-storage.idmap \
+	../../gui-common/metadata/appendix-troubleshooting.idmap \
+	../../gui-common/metadata/chapter-options-connections.idmap \
+	../../gui-common/metadata/chapter-options-general.idmap \
+	../../refman-5.1/metadata/dba-core.idmap \
+	metadata/connection-dialog.idmap \
+	metadata/main-window.idmap \
+	metadata/server-logs.idmap \
+	metadata/service-control.idmap \
+	metadata/startup-variables.idmap
+connection-dialog.validpure: $(connection_dialog_SOURCES)
+connection-dialog.titles: $(connection_dialog_SOURCES)
+connection-dialog.useless: $(connection_dialog_SOURCES)
+connection-dialog.valid: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+connection-dialog.validwarn: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+connection-dialog-prepped.xml: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+connection-dialog-manprepped.xml: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+connection-dialog-remprepped.xml: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+
+health_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/graph-settings.png
+health_IMAGES = \
+	images/published/graph-settings.png
+health_SOURCES = health.xml $(health_INCLUDES)
+health_IDMAPS = \
+	../../refman-5.1/metadata/errors-problems-core.idmap \
+	../../refman-5.1/metadata/optimization.idmap \
+	../../refman-5.1/metadata/sql-syntax.idmap \
+	metadata/health.idmap \
+	metadata/server-connections.idmap \
+	metadata/startup-variables.idmap
+health.validpure: $(health_SOURCES)
+health.titles: $(health_SOURCES)
+health.useless: $(health_SOURCES)
+health.valid: $(health_SOURCES) $(health_IDMAPS)
+health.validwarn: $(health_SOURCES) $(health_IDMAPS)
+health-prepped.xml: $(health_SOURCES) $(health_IDMAPS)
+health-manprepped.xml: $(health_SOURCES) $(health_IDMAPS)
+health-remprepped.xml: $(health_SOURCES) $(health_IDMAPS)
+
+introduction_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+introduction_IMAGES =
+introduction_SOURCES = introduction.xml $(introduction_INCLUDES)
+introduction_IDMAPS = \
+	../../refman-5.1/metadata/client-utility-programs.idmap
+introduction.validpure: $(introduction_SOURCES)
+introduction.titles: $(introduction_SOURCES)
+introduction.useless: $(introduction_SOURCES)
+introduction.valid: $(introduction_SOURCES) $(introduction_IDMAPS)
+introduction.validwarn: $(introduction_SOURCES) $(introduction_IDMAPS)
+introduction-prepped.xml: $(introduction_SOURCES) $(introduction_IDMAPS)
+introduction-manprepped.xml: $(introduction_SOURCES) $(introduction_IDMAPS)
+introduction-remprepped.xml: $(introduction_SOURCES) $(introduction_IDMAPS)
+
+legalnotice_en_INCLUDES =
+legalnotice_en_IMAGES =
+legalnotice_en_SOURCES = legalnotice.en.xml $(legalnotice_en_INCLUDES)
+legalnotice_en_IDMAPS =
+legalnotice.en.validpure: $(legalnotice_en_SOURCES)
+legalnotice.en.titles: $(legalnotice_en_SOURCES)
+legalnotice.en.useless: $(legalnotice_en_SOURCES)
+legalnotice.en.valid: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+legalnotice.en.validwarn: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+legalnotice.en-prepped.xml: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+legalnotice.en-manprepped.xml: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+legalnotice.en-remprepped.xml: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+
+main_window_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/mainwindow.png \
+	images/published/marked-area.png
+main_window_IMAGES = \
+	images/published/mainwindow.png \
+	images/published/marked-area.png
+main_window_SOURCES = main-window.xml $(main_window_INCLUDES)
+main_window_IDMAPS = \
+	../../gui-common/metadata/chapter-options-connections.idmap \
+	metadata/administrator.idmap \
+	metadata/backup.idmap \
+	metadata/catalogs.idmap \
+	metadata/connection-dialog.idmap \
+	metadata/health.idmap \
+	metadata/main-window.idmap \
+	metadata/replication-status.idmap \
+	metadata/restore.idmap \
+	metadata/server-connections.idmap \
+	metadata/server-information.idmap \
+	metadata/server-logs.idmap \
+	metadata/service-control.idmap \
+	metadata/startup-variables.idmap \
+	metadata/user-administration.idmap
+main-window.validpure: $(main_window_SOURCES)
+main-window.titles: $(main_window_SOURCES)
+main-window.useless: $(main_window_SOURCES)
+main-window.valid: $(main_window_SOURCES) $(main_window_IDMAPS)
+main-window.validwarn: $(main_window_SOURCES) $(main_window_IDMAPS)
+main-window-prepped.xml: $(main_window_SOURCES) $(main_window_IDMAPS)
+main-window-manprepped.xml: $(main_window_SOURCES) $(main_window_IDMAPS)
+main-window-remprepped.xml: $(main_window_SOURCES) $(main_window_IDMAPS)
+
+replication_status_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/replication.png
+replication_status_IMAGES = \
+	images/published/replication.png
+replication_status_SOURCES = replication-status.xml $(replication_status_INCLUDES)
+replication_status_IDMAPS = \
+	../../refman-5.1/metadata/replication-configuration.idmap
+replication-status.validpure: $(replication_status_SOURCES)
+replication-status.titles: $(replication_status_SOURCES)
+replication-status.useless: $(replication_status_SOURCES)
+replication-status.valid: $(replication_status_SOURCES) $(replication_status_IDMAPS)
+replication-status.validwarn: $(replication_status_SOURCES) $(replication_status_IDMAPS)
+replication-status-prepped.xml: $(replication_status_SOURCES) $(replication_status_IDMAPS)
+replication-status-manprepped.xml: $(replication_status_SOURCES) $(replication_status_IDMAPS)
+replication-status-remprepped.xml: $(replication_status_SOURCES) $(replication_status_IDMAPS)
+
+restore_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/restore-content.png
+restore_IMAGES = \
+	images/published/restore-content.png
+restore_SOURCES = restore.xml $(restore_INCLUDES)
+restore_IDMAPS = \
+	metadata/backup.idmap
+restore.validpure: $(restore_SOURCES)
+restore.titles: $(restore_SOURCES)
+restore.useless: $(restore_SOURCES)
+restore.valid: $(restore_SOURCES) $(restore_IDMAPS)
+restore.validwarn: $(restore_SOURCES) $(restore_IDMAPS)
+restore-prepped.xml: $(restore_SOURCES) $(restore_IDMAPS)
+restore-manprepped.xml: $(restore_SOURCES) $(restore_IDMAPS)
+restore-remprepped.xml: $(restore_SOURCES) $(restore_IDMAPS)
+
+server_connections_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+server_connections_IMAGES =
+server_connections_SOURCES = server-connections.xml $(server_connections_INCLUDES)
+server_connections_IDMAPS = \
+	../../refman-5.1/metadata/dba-core.idmap \
+	../../refman-5.1/metadata/sql-syntax.idmap \
+	metadata/server-connections.idmap \
+	metadata/user-administration.idmap
+server-connections.validpure: $(server_connections_SOURCES)
+server-connections.titles: $(server_connections_SOURCES)
+server-connections.useless: $(server_connections_SOURCES)
+server-connections.valid: $(server_connections_SOURCES) $(server_connections_IDMAPS)
+server-connections.validwarn: $(server_connections_SOURCES) $(server_connections_IDMAPS)
+server-connections-prepped.xml: $(server_connections_SOURCES) $(server_connections_IDMAPS)
+server-connections-manprepped.xml: $(server_connections_SOURCES) $(server_connections_IDMAPS)
+server-connections-remprepped.xml: $(server_connections_SOURCES) $(server_connections_IDMAPS)
+
+server_information_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+server_information_IMAGES =
+server_information_SOURCES = server-information.xml $(server_information_INCLUDES)
+server_information_IDMAPS =
+server-information.validpure: $(server_information_SOURCES)
+server-information.titles: $(server_information_SOURCES)
+server-information.useless: $(server_information_SOURCES)
+server-information.valid: $(server_information_SOURCES) $(server_information_IDMAPS)
+server-information.validwarn: $(server_information_SOURCES) $(server_information_IDMAPS)
+server-information-prepped.xml: $(server_information_SOURCES) $(server_information_IDMAPS)
+server-information-manprepped.xml: $(server_information_SOURCES) $(server_information_IDMAPS)
+server-information-remprepped.xml: $(server_information_SOURCES) $(server_information_IDMAPS)
+
+server_logs_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/server-logs-general-log.png
+server_logs_IMAGES = \
+	images/published/server-logs-general-log.png
+server_logs_SOURCES = server-logs.xml $(server_logs_INCLUDES)
+server_logs_IDMAPS = \
+	../../refman-5.1/metadata/dba-core.idmap \
+	metadata/startup-variables.idmap
+server-logs.validpure: $(server_logs_SOURCES)
+server-logs.titles: $(server_logs_SOURCES)
+server-logs.useless: $(server_logs_SOURCES)
+server-logs.valid: $(server_logs_SOURCES) $(server_logs_IDMAPS)
+server-logs.validwarn: $(server_logs_SOURCES) $(server_logs_IDMAPS)
+server-logs-prepped.xml: $(server_logs_SOURCES) $(server_logs_IDMAPS)
+server-logs-manprepped.xml: $(server_logs_SOURCES) $(server_logs_IDMAPS)
+server-logs-remprepped.xml: $(server_logs_SOURCES) $(server_logs_IDMAPS)
+
+service_control_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+service_control_IMAGES =
+service_control_SOURCES = service-control.xml $(service_control_INCLUDES)
+service_control_IDMAPS = \
+	../../refman-5.1/metadata/dba-core.idmap \
+	../../refman-5.1/metadata/installing.idmap \
+	../../refman-5.1/metadata/storage-engines.idmap \
+	metadata/connection-dialog.idmap
+service-control.validpure: $(service_control_SOURCES)
+service-control.titles: $(service_control_SOURCES)
+service-control.useless: $(service_control_SOURCES)
+service-control.valid: $(service_control_SOURCES) $(service_control_IDMAPS)
+service-control.validwarn: $(service_control_SOURCES) $(service_control_IDMAPS)
+service-control-prepped.xml: $(service_control_SOURCES) $(service_control_IDMAPS)
+service-control-manprepped.xml: $(service_control_SOURCES) $(service_control_IDMAPS)
+service-control-remprepped.xml: $(service_control_SOURCES) $(service_control_IDMAPS)
+
+startup_variables_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+startup_variables_IMAGES =
+startup_variables_SOURCES = startup-variables.xml $(startup_variables_INCLUDES)
+startup_variables_IDMAPS = \
+	../../refman-5.1/metadata/using-mysql-programs.idmap \
+	metadata/service-control.idmap
+startup-variables.validpure: $(startup_variables_SOURCES)
+startup-variables.titles: $(startup_variables_SOURCES)
+startup-variables.useless: $(startup_variables_SOURCES)
+startup-variables.valid: $(startup_variables_SOURCES) $(startup_variables_IDMAPS)
+startup-variables.validwarn: $(startup_variables_SOURCES) $(startup_variables_IDMAPS)
+startup-variables-prepped.xml: $(startup_variables_SOURCES) $(startup_variables_IDMAPS)
+startup-variables-manprepped.xml: $(startup_variables_SOURCES) $(startup_variables_IDMAPS)
+startup-variables-remprepped.xml: $(startup_variables_SOURCES) $(startup_variables_IDMAPS)
+
+tray_monitor_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/system-tray.png
+tray_monitor_IMAGES = \
+	images/published/system-tray.png
+tray_monitor_SOURCES = tray-monitor.xml $(tray_monitor_INCLUDES)
+tray_monitor_IDMAPS = \
+	metadata/connection-dialog.idmap
+tray-monitor.validpure: $(tray_monitor_SOURCES)
+tray-monitor.titles: $(tray_monitor_SOURCES)
+tray-monitor.useless: $(tray_monitor_SOURCES)
+tray-monitor.valid: $(tray_monitor_SOURCES) $(tray_monitor_IDMAPS)
+tray-monitor.validwarn: $(tray_monitor_SOURCES) $(tray_monitor_IDMAPS)
+tray-monitor-prepped.xml: $(tray_monitor_SOURCES) $(tray_monitor_IDMAPS)
+tray-monitor-manprepped.xml: $(tray_monitor_SOURCES) $(tray_monitor_IDMAPS)
+tray-monitor-remprepped.xml: $(tray_monitor_SOURCES) $(tray_monitor_IDMAPS)
+
+user_administration_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/user-accounts.png \
+	images/published/user-information.png
+user_administration_IMAGES = \
+	images/published/user-accounts.png \
+	images/published/user-information.png
+user_administration_SOURCES = user-administration.xml $(user_administration_INCLUDES)
+user_administration_IDMAPS = \
+	../../refman-5.1/metadata/dba-core.idmap \
+	metadata/chapter-options-administrator.idmap \
+	metadata/main-window.idmap \
+	metadata/user-administration.idmap
+user-administration.validpure: $(user_administration_SOURCES)
+user-administration.titles: $(user_administration_SOURCES)
+user-administration.useless: $(user_administration_SOURCES)
+user-administration.valid: $(user_administration_SOURCES) $(user_administration_IDMAPS)
+user-administration.validwarn: $(user_administration_SOURCES) $(user_administration_IDMAPS)
+user-administration-prepped.xml: $(user_administration_SOURCES) $(user_administration_IDMAPS)
+user-administration-manprepped.xml: $(user_administration_SOURCES) $(user_administration_IDMAPS)
+user-administration-remprepped.xml: $(user_administration_SOURCES) $(user_administration_IDMAPS)
+
+xml_files_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+xml_files_IMAGES =
+xml_files_SOURCES = xml-files.xml $(xml_files_INCLUDES)
+xml_files_IDMAPS = \
+	../../gui-common/metadata/appendix-connection-storage.idmap \
+	../../gui-common/metadata/appendix-translator-notes.idmap \
+	../../gui-common/metadata/chapter-options-general.idmap \
+	metadata/administrator.idmap \
+	metadata/health.idmap
+xml-files.validpure: $(xml_files_SOURCES)
+xml-files.titles: $(xml_files_SOURCES)
+xml-files.useless: $(xml_files_SOURCES)
+xml-files.valid: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+xml-files.validwarn: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+xml-files-prepped.xml: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+xml-files-manprepped.xml: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+xml-files-remprepped.xml: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+


Modified: trunk/th/gui-common/Makefile.depends
===================================================================
--- trunk/th/gui-common/Makefile.depends	2007-10-31 17:14:41 UTC (rev 8439)
+++ trunk/th/gui-common/Makefile.depends	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 6, Lines Added: 9, Lines Deleted: 9; 3166 bytes

@@ -2,7 +2,7 @@
 appendix_common_files_IMAGES =
 appendix_common_files_SOURCES = appendix-common-files.xml $(appendix_common_files_INCLUDES)
 appendix_common_files_IDMAPS = \
-	../administrator/metadata/administrator.idmap \
+	../../administrator/metadata/administrator.idmap \
 	metadata/appendix-connection-storage.idmap
 appendix-common-files.validpure: $(appendix_common_files_SOURCES)
 appendix-common-files.titles: $(appendix_common_files_SOURCES)

@@ -17,7 +17,7 @@
 appendix_connection_storage_IMAGES =
 appendix_connection_storage_SOURCES = appendix-connection-storage.xml $(appendix_connection_storage_INCLUDES)
 appendix_connection_storage_IDMAPS = \
-	../administrator/metadata/administrator.idmap \
+	../../administrator/metadata/administrator.idmap \
 	metadata/chapter-options-connections.idmap
 appendix-connection-storage.validpure: $(appendix_connection_storage_SOURCES)
 appendix-connection-storage.titles: $(appendix_connection_storage_SOURCES)

@@ -77,7 +77,7 @@
 	images/published/connectionerror.png
 appendix_troubleshooting_SOURCES = appendix-troubleshooting.xml $(appendix_troubleshooting_INCLUDES)
 appendix_troubleshooting_IDMAPS = \
-	../refman-5.1/metadata/dba-core.idmap
+	../../refman-5.1/metadata/dba-core.idmap
 appendix-troubleshooting.validpure: $(appendix_troubleshooting_SOURCES)
 appendix-troubleshooting.titles: $(appendix_troubleshooting_SOURCES)
 appendix-troubleshooting.useless: $(appendix_troubleshooting_SOURCES)

@@ -94,8 +94,8 @@
 	images/published/grt-shell.png
 chapter_grt_shell_SOURCES = chapter-grt-shell.xml $(chapter_grt_shell_INCLUDES)
 chapter_grt_shell_IDMAPS = \
-	../migration-toolkit/metadata/indepth.idmap \
-	../migration-toolkit/metadata/scripted-migration.idmap \
+	../../migration-toolkit/metadata/indepth.idmap \
+	../../migration-toolkit/metadata/scripted-migration.idmap \
 	metadata/chapter-grt-shell.idmap
 chapter-grt-shell.validpure: $(chapter_grt_shell_SOURCES)
 chapter-grt-shell.titles: $(chapter_grt_shell_SOURCES)

@@ -198,9 +198,9 @@
 	images/published/tableeditor.png
 chapter_table_editor_SOURCES = chapter-table-editor.xml $(chapter_table_editor_INCLUDES)
 chapter_table_editor_IDMAPS = \
-	../refman-5.1/metadata/se-merge.idmap \
-	../refman-5.1/metadata/se-myisam.idmap \
-	../refman-5.1/metadata/sql-syntax.idmap \
+	../../refman-5.1/metadata/se-merge.idmap \
+	../../refman-5.1/metadata/se-myisam.idmap \
+	../../refman-5.1/metadata/sql-syntax.idmap \
 	metadata/chapter-options-editors.idmap \
 	metadata/chapter-table-editor.idmap
 chapter-table-editor.validpure: $(chapter_table_editor_SOURCES)

@@ -255,7 +255,7 @@
 installation_all_IMAGES =
 installation_all_SOURCES = installation-all.xml $(installation_all_INCLUDES)
 installation_all_IDMAPS = \
-	../refman-common/metadata/bug-reports.idmap \
+	../../refman-common/metadata/bug-reports.idmap \
 	metadata/chapter-upgrade-all.idmap \
 	metadata/installation-all.idmap
 installation-all.validpure: $(installation_all_SOURCES)


Modified: trunk/th/query-browser/Makefile.depends
===================================================================
--- trunk/th/query-browser/Makefile.depends	2007-10-31 17:14:41 UTC (rev 8439)
+++ trunk/th/query-browser/Makefile.depends	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 1, Lines Added: 293, Lines Deleted: 0; 12992 bytes

@@ -0,0 +1,293 @@
+chapter_options_query_browser_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/qb-options.png
+chapter_options_query_browser_IMAGES = \
+	images/published/qb-options.png
+chapter_options_query_browser_SOURCES = chapter-options-query-browser.xml $(chapter_options_query_browser_INCLUDES)
+chapter_options_query_browser_IDMAPS = \
+	metadata/tour.idmap
+chapter-options-query-browser.validpure: $(chapter_options_query_browser_SOURCES)
+chapter-options-query-browser.titles: $(chapter_options_query_browser_SOURCES)
+chapter-options-query-browser.useless: $(chapter_options_query_browser_SOURCES)
+chapter-options-query-browser.valid: $(chapter_options_query_browser_SOURCES) $(chapter_options_query_browser_IDMAPS)
+chapter-options-query-browser.validwarn: $(chapter_options_query_browser_SOURCES) $(chapter_options_query_browser_IDMAPS)
+chapter-options-query-browser-prepped.xml: $(chapter_options_query_browser_SOURCES) $(chapter_options_query_browser_IDMAPS)
+chapter-options-query-browser-manprepped.xml: $(chapter_options_query_browser_SOURCES) $(chapter_options_query_browser_IDMAPS)
+chapter-options-query-browser-remprepped.xml: $(chapter_options_query_browser_SOURCES) $(chapter_options_query_browser_IDMAPS)
+
+connection_dialog_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/connection.png
+connection_dialog_IMAGES = \
+	images/published/connection.png
+connection_dialog_SOURCES = connection-dialog.xml $(connection_dialog_INCLUDES)
+connection_dialog_IDMAPS = \
+	../../gui-common/metadata/appendix-connection-storage.idmap \
+	../../gui-common/metadata/appendix-troubleshooting.idmap \
+	../../gui-common/metadata/chapter-options-general.idmap \
+	metadata/options.idmap
+connection-dialog.validpure: $(connection_dialog_SOURCES)
+connection-dialog.titles: $(connection_dialog_SOURCES)
+connection-dialog.useless: $(connection_dialog_SOURCES)
+connection-dialog.valid: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+connection-dialog.validwarn: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+connection-dialog-prepped.xml: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+connection-dialog-manprepped.xml: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+connection-dialog-remprepped.xml: $(connection_dialog_SOURCES) $(connection_dialog_IDMAPS)
+
+introduction_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+introduction_IMAGES =
+introduction_SOURCES = introduction.xml $(introduction_INCLUDES)
+introduction_IDMAPS =
+introduction.validpure: $(introduction_SOURCES)
+introduction.titles: $(introduction_SOURCES)
+introduction.useless: $(introduction_SOURCES)
+introduction.valid: $(introduction_SOURCES) $(introduction_IDMAPS)
+introduction.validwarn: $(introduction_SOURCES) $(introduction_IDMAPS)
+introduction-prepped.xml: $(introduction_SOURCES) $(introduction_IDMAPS)
+introduction-manprepped.xml: $(introduction_SOURCES) $(introduction_IDMAPS)
+introduction-remprepped.xml: $(introduction_SOURCES) $(introduction_IDMAPS)
+
+legalnotice_en_INCLUDES =
+legalnotice_en_IMAGES =
+legalnotice_en_SOURCES = legalnotice.en.xml $(legalnotice_en_INCLUDES)
+legalnotice_en_IDMAPS =
+legalnotice.en.validpure: $(legalnotice_en_SOURCES)
+legalnotice.en.titles: $(legalnotice_en_SOURCES)
+legalnotice.en.useless: $(legalnotice_en_SOURCES)
+legalnotice.en.valid: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+legalnotice.en.validwarn: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+legalnotice.en-prepped.xml: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+legalnotice.en-manprepped.xml: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+legalnotice.en-remprepped.xml: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
+
+options_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/../common/fixedchars.ent \
+	../gui-common/../gui-common/gui-common.ent \
+	../gui-common/../refman-common/urls.ent \
+	../gui-common/all-entities.ent \
+	../gui-common/chapter-options-connections.xml \
+	../gui-common/chapter-options-editors.xml \
+	../gui-common/chapter-options-general.xml \
+	../gui-common/chapter-options-introduction.xml \
+	../gui-common/gui-common.ent \
+	../gui-common/images/published/options-connection.png \
+	../gui-common/images/published/options.png \
+	../gui-common/images/published/ssl-params.png \
+	all-entities.ent \
+	chapter-options-query-browser.xml \
+	images/published/qb-options.png
+options_IMAGES = \
+	../gui-common/images/published/options-connection.png \
+	../gui-common/images/published/options.png \
+	../gui-common/images/published/ssl-params.png \
+	images/published/qb-options.png
+options_SOURCES = options.xml $(options_INCLUDES)
+options_IDMAPS =
+options.validpure: $(options_SOURCES)
+options.titles: $(options_SOURCES)
+options.useless: $(options_SOURCES)
+options.valid: $(options_SOURCES) $(options_IDMAPS)
+options.validwarn: $(options_SOURCES) $(options_IDMAPS)
+options-prepped.xml: $(options_SOURCES) $(options_IDMAPS)
+options-manprepped.xml: $(options_SOURCES) $(options_IDMAPS)
+options-remprepped.xml: $(options_SOURCES) $(options_IDMAPS)
+
+query_browser_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/../common/fixedchars.ent \
+	../gui-common/../gui-common/gui-common.ent \
+	../gui-common/../refman-common/urls.ent \
+	../gui-common/all-entities.ent \
+	../gui-common/appendix-common-files.xml \
+	../gui-common/appendix-connection-storage.xml \
+	../gui-common/appendix-source-install.xml \
+	../gui-common/appendix-third-party.xml \
+	../gui-common/appendix-translator-notes.xml \
+	../gui-common/appendix-troubleshooting.xml \
+	../gui-common/chapter-options-connections.xml \
+	../gui-common/chapter-options-editors.xml \
+	../gui-common/chapter-options-general.xml \
+	../gui-common/chapter-options-introduction.xml \
+	../gui-common/chapter-table-editor.xml \
+	../gui-common/chapter-uninstall-all.xml \
+	../gui-common/chapter-upgrade-all.xml \
+	../gui-common/gui-common.ent \
+	../gui-common/images/published/columneditor.png \
+	../gui-common/images/published/confirmchanges.png \
+	../gui-common/images/published/connectionerror.png \
+	../gui-common/images/published/indexeditor.png \
+	../gui-common/images/published/options-connection.png \
+	../gui-common/images/published/options.png \
+	../gui-common/images/published/ssl-params.png \
+	../gui-common/images/published/tableeditor.png \
+	../gui-common/installation-all.xml \
+	../gui-common/mysql-enterprise.xml \
+	../gui-common/starting-all.xml \
+	../userguide/../common/fixedchars.ent \
+	../userguide/../refman-common/urls.ent \
+	../userguide/all-entities.ent \
+	../userguide/excel-mysql.xml \
+	../userguide/userguide.ent \
+	all-entities.ent \
+	chapter-options-query-browser.xml \
+	connection-dialog.xml \
+	images/published/blob-buttons.png \
+	images/published/buttonbar.png \
+	images/published/connection.png \
+	images/published/file-open-script.png \
+	images/published/mainscreen.png \
+	images/published/qb-options.png \
+	images/published/querybar.png \
+	images/published/schematabrowser.png \
+	images/published/script-editor.png \
+	images/published/stored-procedure-database-browser.png \
+	images/published/tabletool.png \
+	images/published/twosakilas.png \
+	introduction.xml \
+	legalnotice.en.xml \
+	options.xml \
+	tour.xml \
+	using.xml \
+	xml-files.xml
+query_browser_IMAGES = \
+	../gui-common/images/published/columneditor.png \
+	../gui-common/images/published/confirmchanges.png \
+	../gui-common/images/published/connectionerror.png \
+	../gui-common/images/published/indexeditor.png \
+	../gui-common/images/published/options-connection.png \
+	../gui-common/images/published/options.png \
+	../gui-common/images/published/ssl-params.png \
+	../gui-common/images/published/tableeditor.png \
+	images/published/blob-buttons.png \
+	images/published/buttonbar.png \
+	images/published/connection.png \
+	images/published/file-open-script.png \
+	images/published/mainscreen.png \
+	images/published/qb-options.png \
+	images/published/querybar.png \
+	images/published/schematabrowser.png \
+	images/published/script-editor.png \
+	images/published/stored-procedure-database-browser.png \
+	images/published/tabletool.png \
+	images/published/twosakilas.png
+query_browser_SOURCES = query-browser.xml $(query_browser_INCLUDES)
+query_browser_IDMAPS = \
+	../../gui-common/metadata/appendix-common-files.idmap \
+	../../gui-common/metadata/appendix-connection-storage.idmap \
+	../../gui-common/metadata/appendix-troubleshooting.idmap \
+	../../gui-common/metadata/chapter-options-connections.idmap \
+	../../gui-common/metadata/chapter-options-editors.idmap \
+	../../gui-common/metadata/chapter-options-general.idmap \
+	../../gui-common/metadata/chapter-table-editor.idmap \
+	../../gui-common/metadata/chapter-upgrade-all.idmap \
+	../../gui-common/metadata/installation-all.idmap \
+	../../refman-5.1/metadata/dba-core.idmap \
+	../../refman-5.1/metadata/se-innodb.idmap \
+	../../refman-5.1/metadata/se-merge.idmap \
+	../../refman-5.1/metadata/se-myisam.idmap \
+	../../refman-5.1/metadata/sql-syntax.idmap \
+	../../refman-common/metadata/bug-reports.idmap \
+	../../userguide/metadata/excel-mysql.idmap \
+	metadata/chapter-options-query-browser.idmap \
+	metadata/options.idmap \
+	metadata/tour.idmap \
+	metadata/using.idmap \
+	metadata/xml-files.idmap
+query-browser.validpure: $(query_browser_SOURCES)
+query-browser.titles: $(query_browser_SOURCES)
+query-browser.useless: $(query_browser_SOURCES)
+query-browser.valid: $(query_browser_SOURCES) $(query_browser_IDMAPS)
+query-browser.validwarn: $(query_browser_SOURCES) $(query_browser_IDMAPS)
+query-browser-prepped.xml: $(query_browser_SOURCES) $(query_browser_IDMAPS)
+query-browser-manprepped.xml: $(query_browser_SOURCES) $(query_browser_IDMAPS)
+query-browser-remprepped.xml: $(query_browser_SOURCES) $(query_browser_IDMAPS)
+
+tour_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/buttonbar.png \
+	images/published/file-open-script.png \
+	images/published/mainscreen.png \
+	images/published/querybar.png \
+	images/published/schematabrowser.png \
+	images/published/script-editor.png \
+	images/published/twosakilas.png
+tour_IMAGES = \
+	images/published/buttonbar.png \
+	images/published/file-open-script.png \
+	images/published/mainscreen.png \
+	images/published/querybar.png \
+	images/published/schematabrowser.png \
+	images/published/script-editor.png \
+	images/published/twosakilas.png
+tour_SOURCES = tour.xml $(tour_INCLUDES)
+tour_IDMAPS = \
+	../../gui-common/metadata/chapter-table-editor.idmap \
+	../../refman-5.1/metadata/se-innodb.idmap \
+	metadata/chapter-options-query-browser.idmap \
+	metadata/tour.idmap \
+	metadata/using.idmap \
+	metadata/xml-files.idmap
+tour.validpure: $(tour_SOURCES)
+tour.titles: $(tour_SOURCES)
+tour.useless: $(tour_SOURCES)
+tour.valid: $(tour_SOURCES) $(tour_IDMAPS)
+tour.validwarn: $(tour_SOURCES) $(tour_IDMAPS)
+tour-prepped.xml: $(tour_SOURCES) $(tour_IDMAPS)
+tour-manprepped.xml: $(tour_SOURCES) $(tour_IDMAPS)
+tour-remprepped.xml: $(tour_SOURCES) $(tour_IDMAPS)
+
+using_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent \
+	images/published/blob-buttons.png \
+	images/published/stored-procedure-database-browser.png \
+	images/published/tabletool.png
+using_IMAGES = \
+	images/published/blob-buttons.png \
+	images/published/stored-procedure-database-browser.png \
+	images/published/tabletool.png
+using_SOURCES = using.xml $(using_INCLUDES)
+using_IDMAPS = \
+	metadata/chapter-options-query-browser.idmap \
+	metadata/tour.idmap \
+	metadata/using.idmap
+using.validpure: $(using_SOURCES)
+using.titles: $(using_SOURCES)
+using.useless: $(using_SOURCES)
+using.valid: $(using_SOURCES) $(using_IDMAPS)
+using.validwarn: $(using_SOURCES) $(using_IDMAPS)
+using-prepped.xml: $(using_SOURCES) $(using_IDMAPS)
+using-manprepped.xml: $(using_SOURCES) $(using_IDMAPS)
+using-remprepped.xml: $(using_SOURCES) $(using_IDMAPS)
+
+xml_files_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+xml_files_IMAGES =
+xml_files_SOURCES = xml-files.xml $(xml_files_INCLUDES)
+xml_files_IDMAPS = \
+	../../gui-common/metadata/appendix-common-files.idmap \
+	../../gui-common/metadata/chapter-table-editor.idmap \
+	metadata/tour.idmap
+xml-files.validpure: $(xml_files_SOURCES)
+xml-files.titles: $(xml_files_SOURCES)
+xml-files.useless: $(xml_files_SOURCES)
+xml-files.valid: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+xml-files.validwarn: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+xml-files-prepped.xml: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+xml-files-manprepped.xml: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+xml-files-remprepped.xml: $(xml_files_SOURCES) $(xml_files_IDMAPS)
+


Modified: trunk/th/refman-common/Makefile.depends
===================================================================
--- trunk/th/refman-common/Makefile.depends	2007-10-31 17:14:41 UTC (rev 8439)
+++ trunk/th/refman-common/Makefile.depends	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 3, Lines Added: 12, Lines Deleted: 12; 2065 bytes

@@ -7,10 +7,10 @@
 connector_j_IMAGES =
 connector_j_SOURCES = connector-j.xml $(connector_j_INCLUDES)
 connector_j_IDMAPS = \
-	../refman-5.0/metadata/charset.idmap \
-	../refman-5.0/metadata/dba-core.idmap \
-	../refman-5.0/metadata/errors-problems.idmap \
-	../refman-5.0/metadata/sql-syntax.idmap \
+	../../refman-5.0/metadata/charset.idmap \
+	../../refman-5.0/metadata/dba-core.idmap \
+	../../refman-5.0/metadata/errors-problems.idmap \
+	../../refman-5.0/metadata/sql-syntax.idmap \
 	metadata/connector-j.idmap \
 	metadata/information-sources.idmap \
 	metadata/news-cj-core.idmap

@@ -60,9 +60,9 @@
 	images/published/cnet-win-install-step4.png
 connector_net_SOURCES = connector-net.xml $(connector_net_INCLUDES)
 connector_net_IDMAPS = \
-	../refman-5.0/metadata/apis.idmap \
-	../refman-5.0/metadata/connectors.idmap \
-	../refman-5.0/metadata/dba-core.idmap \
+	../../refman-5.0/metadata/apis.idmap \
+	../../refman-5.0/metadata/connectors.idmap \
+	../../refman-5.0/metadata/dba-core.idmap \
 	metadata/bug-reports.idmap \
 	metadata/connector-net.idmap \
 	metadata/connector-vstudioplugin.idmap \

@@ -163,11 +163,11 @@
 	images/published/myodbc-win-tracing.png
 connector_odbc_SOURCES = connector-odbc.xml $(connector_odbc_INCLUDES)
 connector_odbc_IDMAPS = \
-	../refman-5.0/metadata/apis-c.idmap \
-	../refman-5.0/metadata/charset.idmap \
-	../refman-5.0/metadata/dba-core.idmap \
-	../refman-5.0/metadata/errors-problems.idmap \
-	../refman-5.0/metadata/functions-core.idmap \
+	../../refman-5.0/metadata/apis-c.idmap \
+	../../refman-5.0/metadata/charset.idmap \
+	../../refman-5.0/metadata/dba-core.idmap \
+	../../refman-5.0/metadata/errors-problems.idmap \
+	../../refman-5.0/metadata/functions-core.idmap \
 	metadata/connector-odbc.idmap \
 	metadata/information-sources.idmap \
 	metadata/news-codbc-core.idmap


Modified: trunk/th/userguide/Makefile.depends
===================================================================
--- trunk/th/userguide/Makefile.depends	2007-10-31 17:14:41 UTC (rev 8439)
+++ trunk/th/userguide/Makefile.depends	2007-10-31 17:35:43 UTC (rev 8440)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 914 bytes

@@ -99,7 +99,7 @@
 	images/published/indexing-displaying-administrator.png
 indexing_SOURCES = indexing.xml $(indexing_INCLUDES)
 indexing_IDMAPS = \
-	../refman-5.1/metadata/se-myisam.idmap \
+	../../refman-5.1/metadata/se-myisam.idmap \
 	metadata/indexing.idmap \
 	metadata/log-files.idmap
 indexing.validpure: $(indexing_SOURCES)

@@ -295,7 +295,7 @@
 	images/published/logfiles-slow-query-log-administrator-view.png
 userguide_SOURCES = userguide.xml $(userguide_INCLUDES)
 userguide_IDMAPS = \
-	../refman-5.1/metadata/se-myisam.idmap \
+	../../refman-5.1/metadata/se-myisam.idmap \
 	metadata/about.idmap \
 	metadata/backups.idmap \
 	metadata/excel-mysql.idmap \


Thread
svn commit - mysqldoc@docsrva: r8440 - in trunk: . cy cy/gui-common it it/refman-common pt pt/refman-common ro th th/administrator th/gui-common th/qu...paul31 Oct