Author: paul
Date: 2006-12-06 20:09:36 +0100 (Wed, 06 Dec 2006)
New Revision: 4139
Log:
r16780@polar: paul | 2006-12-06 13:08:36 -0600
Tweak Makefile.
Modified:
trunk/guihelp/Makefile
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:16779
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13158
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:12611
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:16780
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13158
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:12611
Modified: trunk/guihelp/Makefile
===================================================================
--- trunk/guihelp/Makefile 2006-12-06 19:09:25 UTC (rev 4138)
+++ trunk/guihelp/Makefile 2006-12-06 19:09:36 UTC (rev 4139)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 2; 1034 bytes
@@ -68,8 +68,8 @@
mysqlqb_syntax.xml: ../refman-5.0/sql-syntax.xml
cp $^ $@
-# "Fixup" targets to rename output files and fix inter-file hyperlinks
-# per the GUI teams file-naming conventions. Use as:
+# "Fixup" target to rename output files and fix inter-file hyperlinks
+# per the GUI teams file-naming conventions. Use like this:
# make mysqlqb.html-chapter-fixup
# make mysqlqb.xhtml-chapter-fixup
# The .PRECIOUS line is needed to keep the output directory from being
@@ -84,6 +84,9 @@
replace 'href="functions.html' 'href="mysqlqb_functions.html' -- *.html; \
replace 'href="sql-syntax.html' 'href="mysqlqb_syntax.html' -- *.html;
+clean::
+ $(RM) versions.ent mysqlqb_functions.xml mysqlqb_syntax.xml
+
# Import standard target rules
# Need xml-html-dir for formatting the manual itself into a subdir,
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4139 - in trunk: . guihelp | paul | 6 Dec |