From c7a1353310906b0cc004a67dc920f5e97b889370 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Mon, 25 Feb 2019 10:11:37 +0100 Subject: [PATCH] fix make command line for parallel make --- RELEASE.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 15570a4b..87a73cc0 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -114,7 +114,9 @@ Building the documentation requires 'sphinx' and a Latex installation. First build the HTML and PDF documentation:: ./setup.py build - make -C doc realclean html latex SPHINXOPTS='-A website_deploy=True -n -W' + cd doc + make realclean + make html latex SPHINXOPTS='-A website_deploy=True -n -W' cd doc/build/latex make all-pdf -- GitLab