From: Thierry Parmentelat Date: Mon, 13 Dec 2010 15:33:36 +0000 (+0100) Subject: add a tags target X-Git-Tag: sface-0.1-4~3 X-Git-Url: http://git.onelab.eu/?p=sface.git;a=commitdiff_plain;h=80846fa1ed82047adef59ad390528008fa2cd55e add a tags target --- 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