gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: avoid apostrophe in Makefile ‘error’


From: gnunet
Subject: [taler-docs] branch master updated: avoid apostrophe in Makefile ‘error’ message
Date: Sun, 28 Nov 2021 09:44:28 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 8e4d2c0  avoid apostrophe in Makefile ‘error’ message
8e4d2c0 is described below

commit 8e4d2c08b8116d71ff81a46871b823a2e0efa775
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sun Nov 28 03:41:38 2021 -0500

    avoid apostrophe in Makefile ‘error’ message
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5b6a8dd..6bb8992 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ BUILDDIR      = _build
 
 # User-friendly check for sphinx-build
 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
-$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx 
installed, then set the SPHINXBUILD environment variable to point to the full 
path of the '$(SPHINXBUILD)' executable. Alternatively you can add the 
directory with the executable to your PATH. If you don't have Sphinx installed, 
grab it from http://sphinx-doc.org/)
+$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx 
installed, then set the SPHINXBUILD environment variable to point to the full 
path of the '$(SPHINXBUILD)' executable. Alternatively you can add the 
directory with the executable to your PATH. You can find Sphinx at 
http://sphinx-doc.org/)
 endif
 
 # Internal variables.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]