From 889940423bb78ddb3292548bc466c71a3214e0df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Fri, 21 Feb 2014 14:34:02 +0100 Subject: [PATCH] updated Makefile --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index f5bfb0c6..216d023d 100644 --- a/Makefile +++ b/Makefile @@ -71,8 +71,7 @@ debian.clean: plugins-templates: force @find plugins -type f -name '*.html' local-templates: force - #@$(foreach tmpl,$(shell find . -name templates | grep -v '^\./templates$$'),ls -1 $(tmpl)/*;) - $(foreach tmpl,$(shell find . -name templates | grep -v '^\./templates$$'),find $(tmpl) -maxdepth 1 -type f -name *.html;) + @$(foreach tmpl,$(shell find . -name templates | grep -v '^\./templates$$'),find $(tmpl) -maxdepth 1 -type f -name *.html;) list-templates: plugins-templates local-templates @@ -80,11 +79,7 @@ list-templates: plugins-templates local-templates #################### manage templates for the plugin area templates: force @mkdir -p templates - @echo "----" - @echo $(shell $(MAKE-SILENT) list-templates) - @echo "----" - @echo $(foreach x,$(shell $(MAKE-SILENT) list-templates),../$(x)) - #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 -- 2.47.0