From f9c3e8def68511899a6a1f21186263cb9051235c Mon Sep 17 00:00:00 2001 From: Cedric Delamarre Date: Mon, 12 Feb 2018 18:03:50 +0100 Subject: [PATCH] Makefile fixed on doc-web after https://codereview.scilab.org/#/c/18970/2 Change-Id: I5f9483cc0a3b582bfe29a87422ccdfd96f5ec7d2 --- scilab/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab/Makefile.am b/scilab/Makefile.am index 76a89a3..286e7f2 100644 --- a/scilab/Makefile.am +++ b/scilab/Makefile.am @@ -305,7 +305,7 @@ if BUILD_HELP done; \ else \ echo "Cannot find Scilab-adv-cli binary"; \ - fi \ + fi else @echo "Cannot buid help. Add --enable-build-help to the ./configure if you want to build it." endif -- 1.7.9.5