X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=69725db55ad12a834e53e3de074c31d18643849a;hb=refs%2Fheads%2Ffed4fire;hp=216d023da105fefc144f58e92efcf9b739f84722;hpb=2e2f6e22bf35363b4bc6485ed67e0c114b446222;p=myslice.git diff --git a/Makefile b/Makefile index 216d023d..69725db5 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 @@ -79,7 +81,7 @@ list-templates: plugins-templates local-templates #################### manage templates for the plugin area templates: force @mkdir -p templates - 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