chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
34a1b4c
)
Add a "make tags" target
author
Catalin Marinas
<catalin.marinas@gmail.com>
Mon, 21 May 2007 20:58:39 +0000
(21:58 +0100)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Mon, 21 May 2007 20:59:30 +0000
(21:59 +0100)
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 8cd5813ae77033eb4af604be22ab56bfcd06bf08..d6c0b56a7ad4428a0b59cfc5b265e10884c22d71 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,5
+21,9
@@
clean:
rm -rf build
rm -f stgit/*.pyc
rm -f stgit/commands/*.pyc
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
.PHONY: all install doc test clean