From 8efcbeabb00a297fc0aa3879e659bd4d270e13c2 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 30 Mar 2018 12:57:51 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20make=20help=E2=80=99s=20unclosed=20string?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b2a1af621..55db42bf8 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,8 @@ help: @echo " pot Generate a gettext POT file to be used for translations." @echo " release Prepare a new release of converse.js. E.g. make release VERSION=0.9.5" @echo " serve Serve this directory via a webserver on port 8000." - @echo " stamp-npm Install NPM dependencies - @echo " stamp-bundler Install Bundler (Ruby) dependencies + @echo " stamp-npm Install NPM dependencies" + @echo " stamp-bundler Install Bundler (Ruby) dependencies" @echo " watch Tells Sass to watch the .scss files for changes and then automatically update the CSS files."