1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

src/Makefile: Add a TAGS target.

This commit is contained in:
Kalle Olavi Niemitalo 2007-01-27 21:03:09 +02:00 committed by Kalle Olavi Niemitalo
parent 6a1d21441e
commit 90f1fc5a62

View File

@ -38,6 +38,13 @@ vernum.o: $(LIB_O_NAME)
elinks: $(LIB_O_NAME) vernum.o
$(call cmd,link)
TAGS:
find $(srcdir). -name "*.[ch]" -print \
| etags --regex='{c}/INIT_LIST_HEAD(\([[:alnum:]_]+\))/\1/' \
--regex='{c}/struct_hierbox_browser(\n[ \t]*\([[:alnum:]_]+\),/\1/m' \
-
.PHONY: TAGS
PROGS = elinks
CLEAN = vernum.o