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

TAGS: Doh, don't forget to scan the *.[ch] files.

This commit is contained in:
Kalle Olavi Niemitalo 2007-03-23 09:47:28 +02:00 committed by Witold Filipczyk
parent 64159aa70a
commit 9418f3d508

View File

@ -43,7 +43,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/' \