From: Thierry Parmentelat Date: Mon, 28 Mar 2011 08:52:20 +0000 (+0200) Subject: publish X-Git-Tag: sfa-1.0-21-ckp1~74^2~45 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0b0d8626746d21d39da3ae20cb35c1a09ec153d5;hp=adb1a5e69ea1c5f08cc868db09c5174ab6752733;p=sfa.git publish --- diff --git a/sfa/client/Makefile b/sfa/client/Makefile index c314abc0..8f334b56 100644 --- a/sfa/client/Makefile +++ b/sfa/client/Makefile @@ -87,6 +87,10 @@ clean: rm -f auto-*.{out,version} $(foreach extension,$(EXTENSIONS),rm -rf auto-*.$(extension);) +PUBEXTENSIONS=png +publish: + $(foreach extension,$(PUBEXTENSIONS),rsync -av auto-*.$(extension) tparment@srv-planete.inria.fr:/proj/planete/www/Thierry.Parmentelat/sfascan/ ;) + #################### convenience, for debugging only # make +foo : prints the value of $(foo) # make ++foo : idem but verbose, i.e. foo=$(foo)