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:
0282088
)
Add "tags" target to Makefile
author
Catalin Marinas
<catalin.marinas@gmail.com>
Tue, 2 Dec 2008 11:05:27 +0000
(11:05 +0000)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Tue, 2 Dec 2008 11:05:55 +0000
(11:05 +0000)
We could only generate TAGS before. Also added these targets to .PHONY.
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 71836705ea197a7296caff0e2e5456dcfbdaae04..0fa5c6afa43f5dccb167f285ea4e286b96db5ec6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-48,6
+48,10
@@
clean:
rm -f stgit/commands/cmdlist.py
tags:
rm -f stgit/commands/cmdlist.py
tags:
+ ctags -R stgit/*
+
+TAGS:
ctags -e -R stgit/*
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