From ca454a61280aa12da9c417058900fa4b777c0109 Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Tue, 2 Dec 2008 11:05:27 +0000 Subject: [PATCH] Add "tags" target to Makefile We could only generate TAGS before. Also added these targets to .PHONY. Signed-off-by: Catalin Marinas --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7183670..0fa5c6a 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,10 @@ clean: rm -f stgit/commands/cmdlist.py tags: + ctags -R stgit/* + +TAGS: ctags -e -R stgit/* -.PHONY: all build install doc install-doc install-html test test_patches clean +.PHONY: all build install doc install-doc install-html test test_patches \ + clean tags TAGS -- 2.11.0