fixed Makefile
[unfold.git] / Makefile
index ca83b86..f5bfb0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ 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 $x -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