List:Commits« Previous MessageNext Message »
From:mcbrown Date:November 29 2007 2:46pm
Subject:svn commit - mysqldoc@docsrva: r8981 - in trunk: . quick-guides
View as plain text  
Author: mcbrown
Date: 2007-11-29 15:46:34 +0100 (Thu, 29 Nov 2007)
New Revision: 8981

Log:
Fixing the top level Makefile



Modified:
   trunk/Makefile
   trunk/quick-guides/Makefile


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-11-29 14:26:44 UTC (rev 8980)
+++ trunk/Makefile	2007-11-29 14:46:34 UTC (rev 8981)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 0; 394 bytes

@@ -10,6 +10,7 @@
 
 SUBDIRS = \
 	administrator \
+	arbitrary \
 	cy \
 	falcon \
 	gui-common \

@@ -23,6 +24,7 @@
 	ndbapi \
 	proto-doc \
 	pt \
+	quick-guides \
 	query-browser \
 	refman-4.1 \
 	refman-5.0 \


Modified: trunk/quick-guides/Makefile
===================================================================
--- trunk/quick-guides/Makefile	2007-11-29 14:26:44 UTC (rev 8980)
+++ trunk/quick-guides/Makefile	2007-11-29 14:46:34 UTC (rev 8981)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 450 bytes

@@ -11,6 +11,8 @@
 DOC_LANG = en
 MAIN_DOC_BASENAME = mysqld-version-reference
 
+DOC_URL_BASE = http://dev.mysql.com/doc/mysqld-version-reference/$(DOC_LANG)/
+
 # Set IDMAP and remap variables
 
 IDMAP_LANG = $(DOC_LANG)


Thread
svn commit - mysqldoc@docsrva: r8981 - in trunk: . quick-guidesmcbrown29 Nov