X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=34a9b0f9667762c2659afa0f1683f890b28fbbd4;hb=8f6adfe5f09c6e07d8e755f82e3cb4a577ebfe71;hp=216d023da105fefc144f58e92efcf9b739f84722;hpb=889940423bb78ddb3292548bc466c71a3214e0df;p=unfold.git 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