X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=69725db55ad12a834e53e3de074c31d18643849a;hb=refs%2Fheads%2Ffed4fire;hp=34a9b0f9667762c2659afa0f1683f890b28fbbd4;hpb=fb88f8872d47629d6605e97300c0d4c474a82803;p=unfold.git diff --git a/Makefile b/Makefile index 34a9b0f9..69725db5 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ list-templates: plugins-templates local-templates #################### manage templates for the plugin area templates: force @mkdir -p templates - ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-templates),../$(x)) ./templates + ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-templates),"../$(x)") ./templates clean-templates templates-clean: force rm -rf ./templates