X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=34a9b0f9667762c2659afa0f1683f890b28fbbd4;hb=f0469660a3ed5dee4d279ec7fa801a57b44da79b;hp=e3449bbd65cd81f4f15e675105fb9c32fd535adf;hpb=c622863d98f57c1cfdaf12789c41644f51dd828b;p=unfold.git diff --git a/Makefile b/Makefile index e3449bbd..34a9b0f9 100644 --- a/Makefile +++ b/Makefile @@ -71,13 +71,16 @@ 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 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 #################### manage templates for the plugin area templates: force - mkdir -p templates + @mkdir -p templates ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-templates),../$(x)) ./templates clean-templates templates-clean: force @@ -91,7 +94,7 @@ redo-templates: clean-templates templates #################### compute emacs tags # list files under git but exclude third-party stuff like bootstrap and jquery myfiles: force - @git ls-files | egrep -v 'insert(_|-)above|third-party/|play/' + @git ls-files | egrep -v 'insert(_|-)above|third-party/|to-be-integrated/' # in general it's right to rely on the contents as reported by git tags: force