List:Commits« Previous MessageNext Message »
From:paul Date:September 25 2006 9:24pm
Subject:svn commit - mysqldoc@docsrva: r3454 - in trunk: . make.d tools
View as plain text  
Author: paul
Date: 2006-09-25 21:24:49 +0200 (Mon, 25 Sep 2006)
New Revision: 3454

Log:
 r14027@polar:  paul | 2006-09-25 14:27:13 -0500
 Update main list of subdirectories.
 Add default clean target.
 Fix typo.


Modified:
   trunk/Makefile
   trunk/make.d/default-target
   trunk/tools/chapterfmt.pl

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14021
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:8616
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14027
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:8616
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-09-25 18:23:11 UTC (rev 3453)
+++ trunk/Makefile	2006-09-25 19:24:49 UTC (rev 3454)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 4; 772 bytes

@@ -1,13 +1,14 @@
 # mysqldoc repository
 
+# Top-level Makefile
+
 # Set list of subdirectories
 
 SUBDIRS = administrator gui-common guibook internals migration-toolkit \
-	     ndbapi query-browser refman-4.1 refman-5.0 refman-5.1 refman-common \
-	     workbench sample-data/world sample-data/sakila
+	mysqltest ndbapi query-browser \
+	refman-4.1 refman-5.0 refman-5.1 refman-common \
+	workbench sample-data/world sample-data/sakila
 
-# Top-level Makefile
-
 all:
 	@echo "Documents maintained in this directory generally each"
 	@echo "have their own directory.  To work on a document"


Modified: trunk/make.d/default-target
===================================================================
--- trunk/make.d/default-target	2006-09-25 18:23:11 UTC (rev 3453)
+++ trunk/make.d/default-target	2006-09-25 19:24:49 UTC (rev 3454)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 309 bytes

@@ -14,3 +14,8 @@
 
 help::
 	@true
+
+# Ditto for clean targt
+
+clean::
+	@true


Modified: trunk/tools/chapterfmt.pl
===================================================================
--- trunk/tools/chapterfmt.pl	2006-09-25 18:23:11 UTC (rev 3453)
+++ trunk/tools/chapterfmt.pl	2006-09-25 19:24:49 UTC (rev 3454)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 558 bytes

@@ -34,7 +34,7 @@
 # 2006-07-26
 # - Remove --no-rebuild option, it's no longer used.
 # 2006-08-08
-# - Echo commands before running them so it's more obvious what' happening.
+# - Echo commands before running them so it's more obvious what's happening.
 
 use Getopt::Long;
 $Getopt::Long::ignorecase = 0; # options are case sensitive


Thread
svn commit - mysqldoc@docsrva: r3454 - in trunk: . make.d toolspaul25 Sep