Merge branch 'fibre' of ssh://git.onelab.eu/git/myslice into fibre
[unfold.git] / Makefile
index f5bfb0c..69725db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,8 +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$$'),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 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
@@ -80,11 +81,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