* Makefile.in.in (TAGS): The new etags allows tagging DEFVARs.
This commit is contained in:
parent
61c6f8734b
commit
9dfaca6edd
1 changed files with 2 additions and 1 deletions
|
@ -947,7 +947,8 @@ relock:
|
|||
ctagsfiles = [a-zA-Z]*.[hc]
|
||||
lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
|
||||
TAGS: $(ctagsfiles)
|
||||
../lib-src/etags --include=../lisp/TAGS $(ctagsfiles)
|
||||
../lib-src/etags --include=../lisp/TAGS \
|
||||
--regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles)
|
||||
../lisp/TAGS: $(lisptagsfiles)
|
||||
cd ../lisp; $(MAKE) TAGS
|
||||
tags: TAGS ../lisp/TAGS
|
||||
|
|
Loading…
Add table
Reference in a new issue