diff options
author | Georg Brandl <georg@python.org> | 2015-08-13 15:32:35 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-08-13 15:32:35 +0200 |
commit | 78ac97231a6f71d1a6d0dd2d72b0e9bb967a66da (patch) | |
tree | 6fb143035d7092f760f54d53cbd3cdd36cdccfba /sphinx/quickstart.py | |
parent | f59c7948029ecf07b316017edc160eecfa89e022 (diff) | |
parent | 85e1a857f792cc4ac4e4928d9644338e403476dc (diff) | |
download | sphinx-git-78ac97231a6f71d1a6d0dd2d72b0e9bb967a66da.tar.gz |
Merge pull request #2000 from pradyunsg/patch-1
Indent and Escape quote in Makefile
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 41638969d..c8c46fabf 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -471,12 +471,12 @@ BUILDDIR = %(rbuilddir)s # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) -$(error \ +\t$(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/) +If you don\\'t have Sphinx installed, grab it from http://sphinx-doc.org/) endif # Internal variables. |