Author: paul
Date: 2006-12-06 20:09:25 +0100 (Wed, 06 Dec 2006)
New Revision: 4138
Log:
r16779@polar: paul | 2006-12-06 13:05:06 -0600
Remove inadvertantly committed files.
Removed:
trunk/guihelp/mysqlqb_functions.xml
trunk/guihelp/mysqlqb_syntax.xml
trunk/guihelp/versions.ent
Modified:
trunk/guihelp/Makefile
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:16776
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: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
Modified: trunk/guihelp/Makefile
===================================================================
--- trunk/guihelp/Makefile 2006-12-06 18:49:34 UTC (rev 4137)
+++ trunk/guihelp/Makefile 2006-12-06 19:09:25 UTC (rev 4138)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 0; 989 bytes
@@ -68,6 +68,22 @@
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:
+# make mysqlqb.html-chapter-fixup
+# make mysqlqb.xhtml-chapter-fixup
+# The .PRECIOUS line is needed to keep the output directory from being
+# clobbered.
+
+.PRECIOUS: %.html-chapter %.xhtml-chapter
+
+%-fixup: %
+ cd $^; \
+ mv -f functions.html mysqlqb_functions.html; \
+ mv -f sql-syntax.html mysqlqb_syntax.html; \
+ replace 'href="functions.html' 'href="mysqlqb_functions.html' -- *.html; \
+ replace 'href="sql-syntax.html' 'href="mysqlqb_syntax.html' -- *.html;
+
# Import standard target rules
# Need xml-html-dir for formatting the manual itself into a subdir,
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4138 - in trunk: . guihelp | paul | 6 Dec |