From: Thierry Parmentelat Date: Fri, 15 Mar 2013 11:38:01 +0000 (+0100) Subject: fix make tags X-Git-Tag: myslice-django-0.1-2~82 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=acfa8655c44198dd889117da22e3b456200415d1 fix make tags --- diff --git a/Makefile b/Makefile index 202f0e65..a819950b 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ list-all list-resources: list-templates list-js list-css list-img #################### 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/|play/' # in general it's right to rely on the contents as reported by git tags: force