X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=7d4cbbccf5a83b2512379cec6dc095b33b1b4be2;hb=c6cb049fa23065c0c7442f3c021c92dba43c5658;hp=c267b499b325b7eac923c3ccbc30b298fe05bbf5;hpb=a3926fc96d8e29d27ab4f85f2f6210c75e431bad;p=unfold.git diff --git a/Makefile b/Makefile index c267b499..7d4cbbcc 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ all-static: clean-static run-static #################### manage templates for the plugin area templates run-templates templates-run: force mkdir -p all-templates - ln -sf $(foreach x,$(shell $(MAKE) list-templates),.../$(x)) ./all-templates + ln -sf $(foreach x,$(shell $(MAKE) list-templates),../$(x)) ./all-templates # rsync -av $(shell $(MAKE) list-templates) ./all-templates clean-templates templates-clean: force