X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=4168c6b41e0f29f7789aba9181f13278392aa699;hb=de93a901d06d0f4f666ff0fcafd1fa024da144e1;hp=92f9d13d27a4bd7ae9ea587dd08712410d0465bd;hpb=940c937b5e7165e3ac65c95ab010ca69313645e1;p=unfold.git diff --git a/Makefile b/Makefile index 92f9d13d..4168c6b4 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ force: #################### 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/|/bootstrap/|/jquery/|datatables/' + @git ls-files | egrep -v 'insert(_|-)above|/bootstrap/|/jquery/|datatables/' # in general it's right to rely on the contents as reported by git tags: force @@ -23,6 +23,10 @@ list-js: force @find . -type f -name '*.js' | grep -v '/all-static/' list-css: force @find . -type f -name '*.css' | grep -v '/all-static/' +list-img: force + @find . -type f -name '*.png' | grep -v '/all-static/' + +list-all list-resources: list-html list-js list-css list-img #################### manage static contents (extract from all the modules into the single all-static location) static: force