X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=a29b5b3a44980d20fe6280c4346c9b2d8e521e68;hb=336244a760ef1e458d0f1a9acfc9d5d06f6e0c30;hp=c4074fa6ffe2ab40ced6927dd858e56b9018e718;hpb=bb51c5812ac2b3f4a3e2d49c0911f149e29c4691;p=unfold.git diff --git a/Makefile b/Makefile index c4074fa6..a29b5b3a 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.*[0-9]|/jquery/|datatables/' + @git ls-files | egrep -v 'insert(_|-)above|static/bootstrap|/jquery/|datatables/' # in general it's right to rely on the contents as reported by git tags: force