From 0f2ac0c5bacf4d487e0571ee6468b04cd564c30b Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 1 Mar 2018 11:53:16 -0500 Subject: [PATCH] doc: s/environment/make Error message for missing sphinx-build wasn't clear enough when explaining how to change the path to the sphinx-build binary as it said 'environment variable' instead of 'make variable' Signed-off-by: Quentin Young --- doc/developer/Makefile | 2 +- doc/user/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer/Makefile b/doc/developer/Makefile index 329e455de6..640a1ace38 100644 --- a/doc/developer/Makefile +++ b/doc/developer/Makefile @@ -12,7 +12,7 @@ ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) SPHINXBUILD = sphinx-1.0-build endif 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 make 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/) endif # Internal variables. diff --git a/doc/user/Makefile b/doc/user/Makefile index 329e455de6..640a1ace38 100644 --- a/doc/user/Makefile +++ b/doc/user/Makefile @@ -12,7 +12,7 @@ ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) SPHINXBUILD = sphinx-1.0-build endif 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 make 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/) endif # Internal variables. -- 2.39.5