From: Jordan Augé Date: Fri, 21 Feb 2014 13:40:47 +0000 (+0100) Subject: updated Makefile X-Git-Tag: myslice-1.1~325^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=8f6adfe5f09c6e07d8e755f82e3cb4a577ebfe71;p=unfold.git updated Makefile --- diff --git a/Makefile b/Makefile index 216d023d..34a9b0f9 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,9 @@ debian.clean: plugins-templates: force @find plugins -type f -name '*.html' local-templates: force - @$(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 2 -type f -name *.html;) +local-templates2: force + @$(foreach tmpl,$(shell find . -name templates | grep -v '^\./templates$$'),ls -1 $(tmpl)/*;) list-templates: plugins-templates local-templates