List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 15 2006 10:02am
Subject:svn commit - mysqldoc@docsrva: r3362 - in trunk: administrator migration-toolkit query-browser
View as plain text  
Author: mcbrown
Date: 2006-09-15 10:02:25 +0200 (Fri, 15 Sep 2006)
New Revision: 3362

Log:
Fixing the Makefiles so that you can generate standard HTML for the individual GUI tools



Modified:
   trunk/administrator/Makefile
   trunk/migration-toolkit/Makefile
   trunk/query-browser/Makefile


Modified: trunk/administrator/Makefile
===================================================================
--- trunk/administrator/Makefile	2006-09-14 19:59:58 UTC (rev 3361)
+++ trunk/administrator/Makefile	2006-09-15 08:02:25 UTC (rev 3362)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 514 bytes

@@ -47,7 +47,7 @@
 include $(MAKE_DIR)/xml-format
 include $(MAKE_DIR)/xml-useless
 include $(MAKE_DIR)/xml-prep
-#include $(MAKE_DIR)/xml-html
+include $(MAKE_DIR)/xml-html
 include $(MAKE_DIR)/xml-html-section
 include $(MAKE_DIR)/xml-html-chapter
 include $(MAKE_DIR)/xml-html-web


Modified: trunk/migration-toolkit/Makefile
===================================================================
--- trunk/migration-toolkit/Makefile	2006-09-14 19:59:58 UTC (rev 3361)
+++ trunk/migration-toolkit/Makefile	2006-09-15 08:02:25 UTC (rev 3362)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 526 bytes

@@ -47,7 +47,7 @@
 include $(MAKE_DIR)/xml-format
 include $(MAKE_DIR)/xml-useless
 include $(MAKE_DIR)/xml-prep
-#include $(MAKE_DIR)/xml-html
+include $(MAKE_DIR)/xml-html
 include $(MAKE_DIR)/xml-html-section
 include $(MAKE_DIR)/xml-html-chapter
 include $(MAKE_DIR)/xml-html-web


Modified: trunk/query-browser/Makefile
===================================================================
--- trunk/query-browser/Makefile	2006-09-14 19:59:58 UTC (rev 3361)
+++ trunk/query-browser/Makefile	2006-09-15 08:02:25 UTC (rev 3362)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 514 bytes

@@ -47,7 +47,7 @@
 include $(MAKE_DIR)/xml-format
 include $(MAKE_DIR)/xml-useless
 include $(MAKE_DIR)/xml-prep
-#include $(MAKE_DIR)/xml-html
+include $(MAKE_DIR)/xml-html
 include $(MAKE_DIR)/xml-html-section
 include $(MAKE_DIR)/xml-html-chapter
 include $(MAKE_DIR)/xml-html-web


Thread
svn commit - mysqldoc@docsrva: r3362 - in trunk: administrator migration-toolkit query-browsermcbrown15 Sep