remove svn keywords and use %{SCMURL} in spec file
[bootmanager.git] / Makefile
index 7769042..2d4054d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-# 
-# $Id: Makefile 682 2007-07-19 09:00:25Z thierry $
 #
 
 ########## sync
@@ -42,6 +40,6 @@ endif
 
 ##########
 tags:
-       find . '(' -name '*.py' -o -name '*.spec' ')' | xargs etags
+       find . -type f | egrep -v '/\.svn/|\.git/|~$$' | xargs etags
 
 .PHONY: tags