mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
TAGS: Scan *.inc too. Recognize the ACTION_ macro.
This commit is contained in:
parent
13acf06876
commit
64159aa70a
@ -43,10 +43,11 @@ elinks: $(LIB_O_NAME) vernum.o
|
||||
$(call cmd,link)
|
||||
|
||||
TAGS:
|
||||
find $(srcdir). -name "*.[ch]" -print \
|
||||
find $(srcdir). -name "*.[ch]" -or -name "*.inc" -print \
|
||||
| etags --regex='{c}/INIT_LIST_HEAD(\([[:alnum:]_]+\))/\1/' \
|
||||
--regex='{c}/struct_hierbox_browser(\n[ \t]*\([[:alnum:]_]+\),/\1/m' \
|
||||
-
|
||||
--regex='{c}/^ACTION_(\([[:alnum:]_]+\),[^,]*,[ \t]*\([[:alnum:]_]+\),/ACT_\1_\2/' \
|
||||
--language=c -
|
||||
.PHONY: TAGS
|
||||
|
||||
PROGS = elinks
|
||||
|
Loading…
Reference in New Issue
Block a user