iterate
[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