24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Makefile: Fix TAGS target

This commit is contained in:
Badlop 2024-01-16 13:52:38 +01:00
parent 16e58a1911
commit 920e4ba6b1

View File

@ -499,7 +499,7 @@ dev $(DEV_CONFIG):
# #
TAGS: TAGS:
etags *.erl etags src/*.erl
#. #.
#' makefile #' makefile
@ -603,7 +603,7 @@ help:
@echo " edoc Generate edoc documentation (unused)" @echo " edoc Generate edoc documentation (unused)"
@echo " options Generate ejabberd_option.erl" @echo " options Generate ejabberd_option.erl"
@echo " translations Extract translation files (requires --enable-tools)" @echo " translations Extract translation files (requires --enable-tools)"
@echo " tags Generate tags file for text editors" @echo " TAGS Generate tags file for text editors"
@echo "" @echo ""
@echo " dialyzer Run Dialyzer static analyzer" @echo " dialyzer Run Dialyzer static analyzer"
@echo " hooks Run hooks validator" @echo " hooks Run hooks validator"