List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 8 2006 10:54am
Subject:svn commit - mysqldoc@docsrva: r3297 - trunk/guibook
View as plain text  
Author: mcbrown
Date: 2006-09-08 10:54:35 +0200 (Fri, 08 Sep 2006)
New Revision: 3297

Log:
Minor fixes to the GUI Book target

Adding the guibook directory as part of the ID map



Modified:
   trunk/guibook/Makefile
   trunk/guibook/guibook.xml


Modified: trunk/guibook/Makefile
===================================================================
--- trunk/guibook/Makefile	2006-09-08 08:20:24 UTC (rev 3296)
+++ trunk/guibook/Makefile	2006-09-08 08:54:35 UTC (rev 3297)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 616 bytes

@@ -16,7 +16,7 @@
 IDMAP_MAIN = guibook
 
 IDMAP_URLBASE = $(IDMAP_MAIN)/$(IDMAP_LANG)
-IDMAP_REFS = ../gui-common ../workbench ../query-browser ../administrator
../migration-toolkit ../refman-5.1 ../refman-common
+IDMAP_REFS = . ../gui-common ../workbench ../query-browser ../administrator
../migration-toolkit ../refman-5.1 ../refman-common
 IDMAP_SRCS = $(GUIBOOK_SRCS)
 
 # Import standard variables


Modified: trunk/guibook/guibook.xml
===================================================================
--- trunk/guibook/guibook.xml	2006-09-08 08:20:24 UTC (rev 3296)
+++ trunk/guibook/guibook.xml	2006-09-08 08:54:35 UTC (rev 3297)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 752 bytes

@@ -18,7 +18,7 @@
 is no point in generating an empty index.
 -->
 
-  <title>MySQL GUI Tools</title>
+  <title>MySQL GUI Tools Manual</title>
 
   <bookinfo>
 

@@ -49,7 +49,7 @@
     <title>Preface</title>
 
     <para>
-      The MySQL GUI Tools provide a suite of functionality that has been
+      The MySQL GUI tools provide a suite of functionality that has been
       designed to provide desktop applications for the administration of
       MySQL instances and for building and manipulating the data within
       MySQL databases.


Thread
svn commit - mysqldoc@docsrva: r3297 - trunk/guibookmcbrown8 Sep