summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-28 03:41:38 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-28 03:41:38 -0500
commit8e4d2c08b8116d71ff81a46871b823a2e0efa775 (patch)
tree32b322beadacf5a5fff2936f9292498f86d64795 /Makefile
parent32e11c7b12281d059d32bba5ad858144dfb3e7bf (diff)
downloaddocs-8e4d2c08b8116d71ff81a46871b823a2e0efa775.tar.gz
docs-8e4d2c08b8116d71ff81a46871b823a2e0efa775.tar.bz2
docs-8e4d2c08b8116d71ff81a46871b823a2e0efa775.zip
avoid apostrophe in Makefile ‘error’ message
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b6a8ddd..6bb8992e 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.