mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
TAGS: Doh, don't forget to scan the *.[ch] files.
This commit is contained in:
parent
5b4ba36283
commit
f2f66104d5
@ -39,7 +39,7 @@ elinks: $(LIB_O_NAME) vernum.o
|
||||
$(call cmd,link)
|
||||
|
||||
TAGS:
|
||||
find $(srcdir). -name "*.[ch]" -or -name "*.inc" -print \
|
||||
find $(srcdir). \( -name "*.[ch]" -o -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/' \
|
||||
|
Loading…
Reference in New Issue
Block a user