24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Makefile.in: Inform what build tools support some tasks

This commit is contained in:
Badlop 2024-02-26 11:37:09 +01:00
parent 4146f19814
commit cb9053cd79

View File

@ -635,7 +635,7 @@ help:
@echo " scripts Prepare ejabberd start scripts" @echo " scripts Prepare ejabberd start scripts"
@echo " deps Get and configure dependencies" @echo " deps Get and configure dependencies"
@echo " src Compile dependencies and ejabberd" @echo " src Compile dependencies and ejabberd"
@echo " update Update dependencies' source code" @echo " update Update dependencies source code"
@echo " clean Clean binary files" @echo " clean Clean binary files"
@echo " distclean Clean completely the development files" @echo " distclean Clean completely the development files"
@echo "" @echo ""
@ -655,10 +655,10 @@ help:
@echo " translations Extract translation files" @echo " translations Extract translation files"
@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 [rebar3]"
@echo " hooks Run hooks validator" @echo " hooks Run hooks validator"
@echo " test Run Common Tests suite" @echo " test Run Common Tests suite [rebar3]"
@echo " xref Run cross reference analysis" @echo " xref Run cross reference analysis [rebar3]"
#. #.
#' #'