X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=Makefile;h=94c7a296b76a8e7187a00e056333be0e4b1cf876;hp=7d2d4ac98ca0d7dba1f8e6c7fdf3d7390deee7dd;hb=0c8751587f38c9b3976233bdebce34dbd548085f;hpb=dc5bc4033a64aa39e86d3136b1e9645f91c47b3e diff --git a/Makefile b/Makefile index 7d2d4ac..94c7a29 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,8 @@ install: --install-scripts=$(DESTDIR)/$(bindir) \ --install-data=$(DESTDIR)/$(datadir) + +tags: + find . '(' -name '*.py' -o -name Makefile ')' | xargs etags + +.PHONY: tags