From a7c71daf8b1e32d0a84705e84b31b3ea0a470801 Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Mon, 21 May 2007 21:58:39 +0100 Subject: [PATCH] Add a "make tags" target Signed-off-by: Catalin Marinas --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8cd5813..d6c0b56 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,9 @@ clean: rm -rf build rm -f stgit/*.pyc rm -f stgit/commands/*.pyc + rm -f TAGS + +tags: + ctags -e -R stgit/* .PHONY: all install doc test clean -- 2.11.4.GIT