[csw-devel] SF.net SVN: gar:[14611] csw/mgar/gar/v2/doc/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu May 19 01:39:14 CEST 2011


Revision: 14611
          http://gar.svn.sourceforge.net/gar/?rev=14611&view=rev
Author:   wahwah
Date:     2011-05-18 23:39:14 +0000 (Wed, 18 May 2011)

Log Message:
-----------
doc: Copy diagrams to public_html if possible

Modified Paths:
--------------
    csw/mgar/gar/v2/doc/Makefile

Modified: csw/mgar/gar/v2/doc/Makefile
===================================================================
--- csw/mgar/gar/v2/doc/Makefile	2011-05-18 23:38:26 UTC (rev 14610)
+++ csw/mgar/gar/v2/doc/Makefile	2011-05-18 23:39:14 UTC (rev 14611)
@@ -4,3 +4,6 @@
 
 %.png: %.dot
 	dot -Tpng -o $@ $<
+	if [ -d $(HOME)/public_html ]; \
+		then cp $@ $(HOME)/public_html; \
+	fi


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list