X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=a29b5b3a44980d20fe6280c4346c9b2d8e521e68;hb=132e1c9a6e44e5094ed3d896f8102de33c0f85f7;hp=e8b83bc70a93d31c184f85b02d6b20821eece149;hpb=6631b100a93178c6269e731c6d53f34c6a153550;p=unfold.git diff --git a/Makefile b/Makefile index e8b83bc7..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/|/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