From: Quentin Young Date: Thu, 1 Mar 2018 16:53:16 +0000 (-0500) Subject: doc: s/environment/make X-Git-Tag: frr-5.0-dev~165^2~17 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0f2ac0c5bacf4d487e0571ee6468b04cd564c30b;p=mirror%2Ffrr.git 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 --- 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.