X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=e427288da6460f462c8dc3df4dbf48691e043bb5;hb=23382d6d7f912ec3340761d57e7cdc1d1b4f2f1a;hp=7769042ae38851749247e158c27478f232f7ac55;hpb=bb4b0af7f5c3b030d74f22021e5c3cc20ad17fe1;p=bootmanager.git diff --git a/Makefile b/Makefile index 7769042..e427288 100644 --- 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