From: Date: May 9 2007 12:18am Subject: svn commit - mysqldoc@docsrva: r6387 - trunk/query-browser List-Archive: http://lists.mysql.com/commits/26336 Message-Id: <200705082218.l48MIxqW003982@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: plavin Date: 2007-05-09 00:18:57 +0200 (Wed, 09 May 2007) New Revision: 6387 Log: New makefile Modified: trunk/query-browser/Makefile.depends Modified: trunk/query-browser/Makefile.depends =================================================================== --- trunk/query-browser/Makefile.depends 2007-05-08 22:17:22 UTC (rev 6386) +++ trunk/query-browser/Makefile.depends 2007-05-08 22:18:57 UTC (rev 6387) Changed blocks: 10, Lines Added: 40, Lines Deleted: 0; 5253 bytes @@ -9,9 +9,13 @@ chapter_options_query_browser_IDMAP_SOURCES = \ chapter-options-query-browser.xml chapter-options-query-browser.valid: $(chapter_options_query_browser_SOURCES) +chapter-options-query-browser.validwarn: $(chapter_options_query_browser_SOURCES) +chapter-options-query-browser.validpure: $(chapter_options_query_browser_SOURCES) chapter-options-query-browser-prepped.xml: $(chapter_options_query_browser_SOURCES) chapter-options-query-browser-manprepped.xml: $(chapter_options_query_browser_SOURCES) chapter-options-query-browser-remprepped.xml: $(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) connection_dialog_INCLUDES = \ ../common/fixedchars.ent \ @@ -24,9 +28,13 @@ connection_dialog_IDMAP_SOURCES = \ connection-dialog.xml connection-dialog.valid: $(connection_dialog_SOURCES) +connection-dialog.validwarn: $(connection_dialog_SOURCES) +connection-dialog.validpure: $(connection_dialog_SOURCES) connection-dialog-prepped.xml: $(connection_dialog_SOURCES) connection-dialog-manprepped.xml: $(connection_dialog_SOURCES) connection-dialog-remprepped.xml: $(connection_dialog_SOURCES) +connection-dialog.titles: $(connection_dialog_SOURCES) +connection-dialog.useless: $(connection_dialog_SOURCES) copyright_INCLUDES = copyright_IMAGES = @@ -34,9 +42,13 @@ copyright_IDMAP_SOURCES = \ copyright.xml copyright.valid: $(copyright_SOURCES) +copyright.validwarn: $(copyright_SOURCES) +copyright.validpure: $(copyright_SOURCES) copyright-prepped.xml: $(copyright_SOURCES) copyright-manprepped.xml: $(copyright_SOURCES) copyright-remprepped.xml: $(copyright_SOURCES) +copyright.titles: $(copyright_SOURCES) +copyright.useless: $(copyright_SOURCES) introduction_INCLUDES = \ ../common/fixedchars.ent \ @@ -47,9 +59,13 @@ introduction_IDMAP_SOURCES = \ introduction.xml introduction.valid: $(introduction_SOURCES) +introduction.validwarn: $(introduction_SOURCES) +introduction.validpure: $(introduction_SOURCES) introduction-prepped.xml: $(introduction_SOURCES) introduction-manprepped.xml: $(introduction_SOURCES) introduction-remprepped.xml: $(introduction_SOURCES) +introduction.titles: $(introduction_SOURCES) +introduction.useless: $(introduction_SOURCES) legalnotice_en_INCLUDES = \ copyright.xml @@ -59,9 +75,13 @@ legalnotice.en.xml \ copyright.xml legalnotice.en.valid: $(legalnotice_en_SOURCES) +legalnotice.en.validwarn: $(legalnotice_en_SOURCES) +legalnotice.en.validpure: $(legalnotice_en_SOURCES) legalnotice.en-prepped.xml: $(legalnotice_en_SOURCES) legalnotice.en-manprepped.xml: $(legalnotice_en_SOURCES) legalnotice.en-remprepped.xml: $(legalnotice_en_SOURCES) +legalnotice.en.titles: $(legalnotice_en_SOURCES) +legalnotice.en.useless: $(legalnotice_en_SOURCES) options_INCLUDES = \ ../common/fixedchars.ent \ @@ -94,9 +114,13 @@ ../gui-common/chapter-options-introduction.xml \ chapter-options-query-browser.xml options.valid: $(options_SOURCES) +options.validwarn: $(options_SOURCES) +options.validpure: $(options_SOURCES) options-prepped.xml: $(options_SOURCES) options-manprepped.xml: $(options_SOURCES) options-remprepped.xml: $(options_SOURCES) +options.titles: $(options_SOURCES) +options.useless: $(options_SOURCES) query_browser_INCLUDES = \ ../common/fixedchars.ent \ @@ -206,9 +230,13 @@ using.xml \ xml-files.xml query-browser.valid: $(query_browser_SOURCES) +query-browser.validwarn: $(query_browser_SOURCES) +query-browser.validpure: $(query_browser_SOURCES) query-browser-prepped.xml: $(query_browser_SOURCES) query-browser-manprepped.xml: $(query_browser_SOURCES) query-browser-remprepped.xml: $(query_browser_SOURCES) +query-browser.titles: $(query_browser_SOURCES) +query-browser.useless: $(query_browser_SOURCES) tour_INCLUDES = \ ../common/fixedchars.ent \ @@ -233,9 +261,13 @@ tour_IDMAP_SOURCES = \ tour.xml tour.valid: $(tour_SOURCES) +tour.validwarn: $(tour_SOURCES) +tour.validpure: $(tour_SOURCES) tour-prepped.xml: $(tour_SOURCES) tour-manprepped.xml: $(tour_SOURCES) tour-remprepped.xml: $(tour_SOURCES) +tour.titles: $(tour_SOURCES) +tour.useless: $(tour_SOURCES) using_INCLUDES = \ ../common/fixedchars.ent \ @@ -252,9 +284,13 @@ using_IDMAP_SOURCES = \ using.xml using.valid: $(using_SOURCES) +using.validwarn: $(using_SOURCES) +using.validpure: $(using_SOURCES) using-prepped.xml: $(using_SOURCES) using-manprepped.xml: $(using_SOURCES) using-remprepped.xml: $(using_SOURCES) +using.titles: $(using_SOURCES) +using.useless: $(using_SOURCES) xml_files_INCLUDES = \ ../common/fixedchars.ent \ @@ -265,7 +301,11 @@ xml_files_IDMAP_SOURCES = \ xml-files.xml xml-files.valid: $(xml_files_SOURCES) +xml-files.validwarn: $(xml_files_SOURCES) +xml-files.validpure: $(xml_files_SOURCES) xml-files-prepped.xml: $(xml_files_SOURCES) xml-files-manprepped.xml: $(xml_files_SOURCES) xml-files-remprepped.xml: $(xml_files_SOURCES) +xml-files.titles: $(xml_files_SOURCES) +xml-files.useless: $(xml_files_SOURCES)