From cb9053cd79470c745da6fbe16bbbd13512a84483 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 26 Feb 2024 11:37:09 +0100 Subject: [PATCH] Makefile.in: Inform what build tools support some tasks --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index acad927fd..98953ce4f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -635,7 +635,7 @@ help: @echo " scripts Prepare ejabberd start scripts" @echo " deps Get and configure dependencies" @echo " src Compile dependencies and ejabberd" - @echo " update Update dependencies' source code" + @echo " update Update dependencies source code" @echo " clean Clean binary files" @echo " distclean Clean completely the development files" @echo "" @@ -655,10 +655,10 @@ help: @echo " translations Extract translation files" @echo " TAGS Generate tags file for text editors" @echo "" - @echo " dialyzer Run Dialyzer static analyzer" + @echo " dialyzer Run Dialyzer static analyzer [rebar3]" @echo " hooks Run hooks validator" - @echo " test Run Common Tests suite" - @echo " xref Run cross reference analysis" + @echo " test Run Common Tests suite [rebar3]" + @echo " xref Run cross reference analysis [rebar3]" #. #'