add a tags target
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 13 Dec 2010 15:33:36 +0000 (16:33 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 13 Dec 2010 15:33:36 +0000 (16:33 +0100)
Makefile

index 7d2d4ac..94c7a29 100644 (file)
--- 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