diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-05-30 09:43:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 09:43:58 -0600 |
commit | cbde47818a821ef951ca73e851579ca75d23a82b (patch) | |
tree | 463d9b80f5fd1d02c46f105e0f4fcdb628395fbe | |
parent | 5c4b58674f80cbc3a29546bba32df7f16e11d68e (diff) | |
parent | 50682679d0071f7da8669685cdf18c93349071ad (diff) | |
download | numpy-cbde47818a821ef951ca73e851579ca75d23a82b.tar.gz |
Merge pull request #16365 from WarrenWeckesser/tweak-doc-makefile
DOC: Fix an obvious mistake in a message printed in doc/Makefile.
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 31bd96a9c..688e52d07 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -185,7 +185,7 @@ html-scipyorg: mkdir -p build/html build/doctrees $(SPHINXBUILD) -t scipyorg -b html $(ALLSPHINXOPTS) build/html-scipyorg $(FILES) @echo - @echo "Build finished. The HTML pages are in build/html." + @echo "Build finished. The HTML pages are in build/html-scipyorg." pickle: generate version-check mkdir -p build/pickle build/doctrees |