Author: mcbrown
Date: 2007-11-25 17:12:55 +0100 (Sun, 25 Nov 2007)
New Revision: 8877
Log:
Updating clean targets
Modified:
trunk/arbitrary/Makefile
trunk/mysqldoc-guide/Makefile
Modified: trunk/arbitrary/Makefile
===================================================================
--- trunk/arbitrary/Makefile 2007-11-25 16:03:16 UTC (rev 8876)
+++ trunk/arbitrary/Makefile 2007-11-25 16:12:55 UTC (rev 8877)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 497 bytes
@@ -57,6 +57,7 @@
clean::
$(RM) connectors.txt connector-j.txt connector-net.txt connector-odbc.txt connector-mxj.txt
+ $(RM) connectors.xml all-man.xml connector-odbc.xml connector-j.xml connector-net.xml connector-mxj.xml
# Import document dependency specifications
Modified: trunk/mysqldoc-guide/Makefile
===================================================================
--- trunk/mysqldoc-guide/Makefile 2007-11-25 16:03:16 UTC (rev 8876)
+++ trunk/mysqldoc-guide/Makefile 2007-11-25 16:12:55 UTC (rev 8877)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 609 bytes
@@ -41,9 +41,10 @@
cp $< $@
# Include this clean target if you generate plain text output
-# from the document
+# from the document, and to delete arby generated examples
clean::
$(RM) mysqldoc-guide.txt mysqldoc-style-guide.txt mysqldoc-formatting-guide.txt
+ $(RM) mysqldoc-style-guide.xml mysqldoc-formatting-guide.xml
# Import document dependency specifications
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8877 - in trunk: arbitrary mysqldoc-guide | mcbrown | 25 Nov |