fix make tags
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Mar 2013 11:38:01 +0000 (12:38 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Mar 2013 11:38:01 +0000 (12:38 +0100)
Makefile

index 202f0e6..a819950 100644 (file)
--- 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