X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=190cad2b6907d988fb0e706d1ea51cc1ceb2e1f8;hb=cb66b335c378068815c466fc752b65577d77b886;hp=c5c719e6138663e77bc7cffe0baafccfed55c243;hpb=09896e2dd5e12efaceb4327ea702bfa10ea514ab;p=nodemanager.git diff --git a/Makefile b/Makefile index c5c719e..190cad2 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ debian.clean: ################################################## devel-oriented tags: - (find . '(' -name '*.py' -o -name '*.c' -o -name '*.spec' ')' ; ls initscripts/*) | xargs etags + git ls-files | xargs etags .PHONY: tags