List:Commits« Previous MessageNext Message »
From:jon Date:March 18 2008 6:48pm
Subject:svn commit - mysqldoc@docsrva: r10303 - in trunk: gui-common it/refman-5.1 pt/refman-5.1 refman-5.1-maria th/query-browser
View as plain text  
Author: jstephens
Date: 2008-03-18 19:48:53 +0100 (Tue, 18 Mar 2008)
New Revision: 10303

Log:

Reran make depend following previous commit



Modified:
   trunk/gui-common/Makefile.depends
   trunk/it/refman-5.1/Makefile.depends
   trunk/pt/refman-5.1/Makefile.depends
   trunk/refman-5.1-maria/Makefile.depends
   trunk/th/query-browser/Makefile.depends


Modified: trunk/gui-common/Makefile.depends
===================================================================
--- trunk/gui-common/Makefile.depends	2008-03-18 18:29:59 UTC (rev 10302)
+++ trunk/gui-common/Makefile.depends	2008-03-18 18:48:53 UTC (rev 10303)
Changed blocks: 2, Lines Added: 19, Lines Deleted: 1; 1451 bytes

@@ -255,7 +255,7 @@
 fdl_notice_IMAGES =
 fdl_notice_SOURCES = fdl-notice.xml $(fdl_notice_INCLUDES)
 fdl_notice_IDMAPS = \
-	../userguide/metadata/gnu-fdl.idmap
+	metadata/gnu-fdl.idmap
 fdl-notice.validpure: $(fdl_notice_SOURCES)
 fdl-notice.titles: $(fdl_notice_SOURCES)
 fdl-notice.useless: $(fdl_notice_SOURCES)

@@ -265,6 +265,24 @@
 fdl-notice-manprepped.xml: $(fdl_notice_SOURCES) $(fdl_notice_IDMAPS)
 fdl-notice-remprepped.xml: $(fdl_notice_SOURCES) $(fdl_notice_IDMAPS)
 
+gnu_fdl_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
+gnu_fdl_IMAGES =
+gnu_fdl_SOURCES = gnu-fdl.xml $(gnu_fdl_INCLUDES)
+gnu_fdl_IDMAPS = \
+	metadata/gnu-fdl.idmap
+gnu-fdl.validpure: $(gnu_fdl_SOURCES)
+gnu-fdl.titles: $(gnu_fdl_SOURCES)
+gnu-fdl.useless: $(gnu_fdl_SOURCES)
+gnu-fdl.valid: $(gnu_fdl_SOURCES) $(gnu_fdl_IDMAPS)
+gnu-fdl.validwarn: $(gnu_fdl_SOURCES) $(gnu_fdl_IDMAPS)
+gnu-fdl-prepped.xml: $(gnu_fdl_SOURCES) $(gnu_fdl_IDMAPS)
+gnu-fdl-manprepped.xml: $(gnu_fdl_SOURCES) $(gnu_fdl_IDMAPS)
+gnu-fdl-remprepped.xml: $(gnu_fdl_SOURCES) $(gnu_fdl_IDMAPS)
+
 installation_all_INCLUDES = \
 	../common/fixedchars.ent \
 	../gui-common/gui-common.ent \


Modified: trunk/it/refman-5.1/Makefile.depends
===================================================================
--- trunk/it/refman-5.1/Makefile.depends	2008-03-18 18:29:59 UTC (rev 10302)
+++ trunk/it/refman-5.1/Makefile.depends	2008-03-18 18:48:53 UTC (rev 10303)
Changed blocks: 6, Lines Added: 1, Lines Deleted: 5; 2539 bytes

@@ -759,7 +759,6 @@
 dynxml-local-news-5.1.xml: $(dynxml_local_news_5_1_INCLUDES)
 dynxml_local_programs_admin_util_INCLUDES = \
 	../../dynamic-docs/command-optvars/myisamchk.xml \
-	../../dynamic-docs/command-optvars/mysql_tableinfo.xml \
 	../../dynamic-docs/command-optvars/mysqlaccess.xml \
 	../../dynamic-docs/command-optvars/mysqlbinlog.xml \
 	../../dynamic-docs/command-optvars/mysqlhotcopy.xml \

@@ -775,7 +774,6 @@
 dynxml_local_programs_admin_util_IDMAPS = \
 	../../refman-5.1/metadata/backup.idmap \
 	../../refman-5.1/metadata/dba-core.idmap \
-	../../refman-5.1/metadata/information-schema.idmap \
 	../../refman-5.1/metadata/installing-core.idmap \
 	../../refman-5.1/metadata/internationalization.idmap \
 	../../refman-5.1/metadata/optimization.idmap \

@@ -966,6 +964,7 @@
 	../../refman-5.1/metadata/information-schema.idmap \
 	../../refman-5.1/metadata/language-structure-core.idmap \
 	../../refman-5.1/metadata/programs-client-core.idmap \
+	../../refman-5.1/metadata/programs-installation.idmap \
 	../../refman-5.1/metadata/replication-notes.idmap \
 	../../refman-5.1/metadata/restrictions.idmap \
 	../../refman-5.1/metadata/sql-syntax.idmap \

@@ -1265,7 +1264,6 @@
 	../../dynamic-docs/changelog/vstudioplugin.xml \
 	../../dynamic-docs/command-optvars/myisamchk.xml \
 	../../dynamic-docs/command-optvars/mysql.xml \
-	../../dynamic-docs/command-optvars/mysql_tableinfo.xml \
 	../../dynamic-docs/command-optvars/mysqlaccess.xml \
 	../../dynamic-docs/command-optvars/mysqladmin.xml \
 	../../dynamic-docs/command-optvars/mysqlbinlog.xml \

@@ -2570,7 +2568,6 @@
 programs_INCLUDES = \
 	../../dynamic-docs/command-optvars/myisamchk.xml \
 	../../dynamic-docs/command-optvars/mysql.xml \
-	../../dynamic-docs/command-optvars/mysql_tableinfo.xml \
 	../../dynamic-docs/command-optvars/mysqlaccess.xml \
 	../../dynamic-docs/command-optvars/mysqladmin.xml \
 	../../dynamic-docs/command-optvars/mysqlbinlog.xml \

@@ -2603,7 +2600,6 @@
 	../../refman-5.1/metadata/backup.idmap \
 	../../refman-5.1/metadata/dba-core.idmap \
 	../../refman-5.1/metadata/events.idmap \
-	../../refman-5.1/metadata/information-schema.idmap \
 	../../refman-5.1/metadata/installing-core.idmap \
 	../../refman-5.1/metadata/internationalization.idmap \
 	../../refman-5.1/metadata/mysql-cluster-configuration.idmap \


Modified: trunk/pt/refman-5.1/Makefile.depends
===================================================================
--- trunk/pt/refman-5.1/Makefile.depends	2008-03-18 18:29:59 UTC (rev 10302)
+++ trunk/pt/refman-5.1/Makefile.depends	2008-03-18 18:48:53 UTC (rev 10303)
Changed blocks: 6, Lines Added: 1, Lines Deleted: 5; 2539 bytes

@@ -759,7 +759,6 @@
 dynxml-local-news-5.1.xml: $(dynxml_local_news_5_1_INCLUDES)
 dynxml_local_programs_admin_util_INCLUDES = \
 	../../dynamic-docs/command-optvars/myisamchk.xml \
-	../../dynamic-docs/command-optvars/mysql_tableinfo.xml \
 	../../dynamic-docs/command-optvars/mysqlaccess.xml \
 	../../dynamic-docs/command-optvars/mysqlbinlog.xml \
 	../../dynamic-docs/command-optvars/mysqlhotcopy.xml \

@@ -775,7 +774,6 @@
 dynxml_local_programs_admin_util_IDMAPS = \
 	../../refman-5.1/metadata/backup.idmap \
 	../../refman-5.1/metadata/dba-core.idmap \
-	../../refman-5.1/metadata/information-schema.idmap \
 	../../refman-5.1/metadata/installing-core.idmap \
 	../../refman-5.1/metadata/internationalization.idmap \
 	../../refman-5.1/metadata/optimization.idmap \

@@ -966,6 +964,7 @@
 	../../refman-5.1/metadata/information-schema.idmap \
 	../../refman-5.1/metadata/language-structure-core.idmap \
 	../../refman-5.1/metadata/programs-client-core.idmap \
+	../../refman-5.1/metadata/programs-installation.idmap \
 	../../refman-5.1/metadata/replication-notes.idmap \
 	../../refman-5.1/metadata/restrictions.idmap \
 	../../refman-5.1/metadata/sql-syntax.idmap \

@@ -1265,7 +1264,6 @@
 	../../dynamic-docs/changelog/vstudioplugin.xml \
 	../../dynamic-docs/command-optvars/myisamchk.xml \
 	../../dynamic-docs/command-optvars/mysql.xml \
-	../../dynamic-docs/command-optvars/mysql_tableinfo.xml \
 	../../dynamic-docs/command-optvars/mysqlaccess.xml \
 	../../dynamic-docs/command-optvars/mysqladmin.xml \
 	../../dynamic-docs/command-optvars/mysqlbinlog.xml \

@@ -2570,7 +2568,6 @@
 programs_INCLUDES = \
 	../../dynamic-docs/command-optvars/myisamchk.xml \
 	../../dynamic-docs/command-optvars/mysql.xml \
-	../../dynamic-docs/command-optvars/mysql_tableinfo.xml \
 	../../dynamic-docs/command-optvars/mysqlaccess.xml \
 	../../dynamic-docs/command-optvars/mysqladmin.xml \
 	../../dynamic-docs/command-optvars/mysqlbinlog.xml \

@@ -2603,7 +2600,6 @@
 	../../refman-5.1/metadata/backup.idmap \
 	../../refman-5.1/metadata/dba-core.idmap \
 	../../refman-5.1/metadata/events.idmap \
-	../../refman-5.1/metadata/information-schema.idmap \
 	../../refman-5.1/metadata/installing-core.idmap \
 	../../refman-5.1/metadata/internationalization.idmap \
 	../../refman-5.1/metadata/mysql-cluster-configuration.idmap \


Modified: trunk/refman-5.1-maria/Makefile.depends
===================================================================
--- trunk/refman-5.1-maria/Makefile.depends	2008-03-18 18:29:59 UTC (rev 10302)
+++ trunk/refman-5.1-maria/Makefile.depends	2008-03-18 18:48:53 UTC (rev 10303)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 1; 737 bytes

@@ -21,7 +21,6 @@
 	../refman-5.1/../dynamic-docs/changelog/vstudioplugin.xml \
 	../refman-5.1/../dynamic-docs/command-optvars/myisamchk.xml \
 	../refman-5.1/../dynamic-docs/command-optvars/mysql.xml \
-	../refman-5.1/../dynamic-docs/command-optvars/mysql_tableinfo.xml \
 	../refman-5.1/../dynamic-docs/command-optvars/mysqlaccess.xml \
 	../refman-5.1/../dynamic-docs/command-optvars/mysqladmin.xml \
 	../refman-5.1/../dynamic-docs/command-optvars/mysqlbinlog.xml \


Modified: trunk/th/query-browser/Makefile.depends
===================================================================
--- trunk/th/query-browser/Makefile.depends	2008-03-18 18:29:59 UTC (rev 10302)
+++ trunk/th/query-browser/Makefile.depends	2008-03-18 18:48:53 UTC (rev 10303)
Changed blocks: 1, Lines Added: 306, Lines Deleted: 0; 13553 bytes

@@ -0,0 +1,306 @@
+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)
+
+excel_mysql_INCLUDES = \
+	../common/fixedchars.ent \
+	../gui-common/gui-common.ent \
+	all-entities.ent
+excel_mysql_IMAGES =
+excel_mysql_SOURCES = excel-mysql.xml $(excel_mysql_INCLUDES)
+excel_mysql_IDMAPS = \
+	metadata/excel-mysql.idmap
+excel-mysql.validpure: $(excel_mysql_SOURCES)
+excel-mysql.titles: $(excel_mysql_SOURCES)
+excel-mysql.useless: $(excel_mysql_SOURCES)
+excel-mysql.valid: $(excel_mysql_SOURCES) $(excel_mysql_IDMAPS)
+excel-mysql.validwarn: $(excel_mysql_SOURCES) $(excel_mysql_IDMAPS)
+excel-mysql-prepped.xml: $(excel_mysql_SOURCES) $(excel_mysql_IDMAPS)
+excel-mysql-manprepped.xml: $(excel_mysql_SOURCES) $(excel_mysql_IDMAPS)
+excel-mysql-remprepped.xml: $(excel_mysql_SOURCES) $(excel_mysql_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 \
+	all-entities.ent \
+	chapter-options-query-browser.xml \
+	connection-dialog.xml \
+	excel-mysql.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-core.idmap \
+	../../refman-5.1/metadata/se-merge.idmap \
+	../../refman-5.1/metadata/se-myisam-core.idmap \
+	../../refman-5.1/metadata/sql-syntax.idmap \
+	../../refman-common/metadata/bug-reports.idmap \
+	metadata/chapter-options-query-browser.idmap \
+	metadata/excel-mysql.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-core.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)
+


Thread
svn commit - mysqldoc@docsrva: r10303 - in trunk: gui-common it/refman-5.1 pt/refman-5.1 refman-5.1-maria th/query-browserjon18 Mar