On Mon, 28 Mar 2005, Keir Fraser wrote:
On 28 Mar 2005, at 21:54, Rik van Riel wrote:
Add a 'tags' target for ctags, just like the kernel has. I use
this all the time...
There's already a TAGS target that does just about the same thing,
except it invokes 'etags -' rather than 'xargs ctags'. Do we really need
both? And, if so, can they share the find expression?
Sharing the find expression sounds like a good idea.
If the one tag could invoke either etags or ctags, that would
work fine for me - however, the editor I use understands ctags
tags files, and I don't have etags installed...