Skip to content

Commit f3d1dff

Browse files
committed
Minor English improvements for Makefile
This commit rewords some messages in the makefile to make them simpler and more natural sounding. It also corrects a minor grammatical mistake where the word “a” was used before a vowel sound.
1 parent 1b2fa6e commit f3d1dff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LATEXDEPS = latex dvipng
1010

1111
# User-friendly check for sphinx-build
1212
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
13-
$(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/)
13+
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD make variable to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the executable's directory to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
1414
endif
1515

1616
# Internal variables.
@@ -23,13 +23,13 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -t i18n .
2323
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
2424

2525
help:
26-
@echo "Please use \`make <target>' where <target> is one of"
26+
@echo "Please run \`make <target>' where <target> is one of"
2727
@echo " html to make standalone HTML files"
2828
@echo " dirhtml to make HTML files named index.html in directories"
2929
@echo " singlehtml to make a single large HTML file"
3030
@echo " pickle to make pickle files"
3131
@echo " json to make JSON files"
32-
@echo " htmlhelp to make HTML files and a HTML help project"
32+
@echo " htmlhelp to make HTML files and an HTML help project"
3333
@echo " qthelp to make HTML files and a qthelp project"
3434
@echo " applehelp to make an Apple Help Book"
3535
@echo " devhelp to make HTML files and a Devhelp project"

0 commit comments

Comments
 (0)