fix 5e12a0a27c0c7518641e03cfa1ba2a32143a44aa
[bootmanager.git] / Makefile
index 7769042..e427288 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,6 @@ endif
 
 ##########
 tags:
-       find . '(' -name '*.py' -o -name '*.spec' ')' | xargs etags
+       find . -type f | egrep -v '/\.svn/|~$$' | xargs etags
 
 .PHONY: tags