List:Commits« Previous MessageNext Message »
From:martin.brown Date:September 27 2008 7:23am
Subject:svn commit - mysqldoc@docsrva: r11896 - in trunk: . topic-guides
View as plain text  
Author: mcbrown
Date: 2008-09-27 09:23:33 +0200 (Sat, 27 Sep 2008)
New Revision: 11896

Log:
Updating Makefiles



Modified:
   trunk/Makefile
   trunk/topic-guides/Makefile


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-09-27 06:36:38 UTC (rev 11895)
+++ trunk/Makefile	2008-09-27 07:23:33 UTC (rev 11896)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 303 bytes

@@ -29,6 +29,7 @@
 	refman-6.0 \
 	refman-common \
 	sample-data \
+	topic-guides \
 	userguide \
 	workbench
 


Modified: trunk/topic-guides/Makefile
===================================================================
--- trunk/topic-guides/Makefile	2008-09-27 06:36:38 UTC (rev 11895)
+++ trunk/topic-guides/Makefile	2008-09-27 07:23:33 UTC (rev 11896)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 405 bytes

@@ -11,7 +11,8 @@
 SUBDIRS = \
 	topics-5.0 \
 	topics-5.1 \
-	topics-6.0
+	topics-6.0 \
+	topics-common
 
 all:
 	@echo "Documents maintained in this directory generally each"


Thread
svn commit - mysqldoc@docsrva: r11896 - in trunk: . topic-guidesmartin.brown27 Sep