1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

TAGS: Scan *.inc too. Recognize the ACTION_ macro.

This commit is contained in:
Kalle Olavi Niemitalo 2007-03-23 09:44:16 +02:00 committed by Kalle Olavi Niemitalo
parent 443db69980
commit 5b4ba36283

View File

@ -39,10 +39,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