X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=Makefile;h=94c7a296b76a8e7187a00e056333be0e4b1cf876;hp=7d2d4ac98ca0d7dba1f8e6c7fdf3d7390deee7dd;hb=570e079f93c977619cc48802559c4d55a0077fde;hpb=aa4164746692286c340d48510cd67225bec63fff;ds=sidebyside 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