List:Commits« Previous MessageNext Message »
From:jon Date:July 5 2006 2:56pm
Subject:svn commit - mysqldoc@docsrva: r2643 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2006-07-05 16:56:22 +0200 (Wed, 05 Jul 2006)
New Revision: 2643

Log:
Fix Makefile to include images in html-web version

Modified:
   trunk/ndbapi/Makefile

Modified: trunk/ndbapi/Makefile
===================================================================
--- trunk/ndbapi/Makefile	2006-07-05 14:30:44 UTC (rev 2642)
+++ trunk/ndbapi/Makefile	2006-07-05 14:56:22 UTC (rev 2643)
@@ -49,6 +49,12 @@
 	cp images/*.png $</images
 	touch $@
 
+ndbapi.html-web: ndbapi.html-web.d
+	-$(RM) -r $</images
+	mkdir $</images
+	cp images/*.png $</images
+	touch $@
+
 ndbapi.html-help: ndbapi.html-help.d
 	-$(RM) -r $</images
 	mkdir $</images

Thread
svn commit - mysqldoc@docsrva: r2643 - trunk/ndbapijon5 Jul