From 34e1ddb66f87458c0850a0fd97a010cf9e73eb9a Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 23 May 2022 13:13:56 +0200 Subject: [PATCH] Update "make help" with recent changes --- Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8b11de840..25adeec56 100644 --- a/Makefile.in +++ b/Makefile.in @@ -493,9 +493,10 @@ test: help: @echo "" - @echo " [all] Compile dependencies and ejabberd" - @echo " src Compile ejabberd" - @echo " deps Get dependencies" + @echo " [all] " + @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 " clean Clean binary files" @echo " distclean Clean completely the development files"