summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-06-04 13:31:20 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commitc0f596cca0ccea50f4d47f9ed730998f9b683987 (patch)
tree1720080451c8ef471ed6ca94775d6cc81cf8004a /Makefile.in
parentea6cdbc2c9c557474f1f380b67f64ed100f51975 (diff)
downloadptxdist-c0f596cca0ccea50f4d47f9ed730998f9b683987.tar.gz
ptxdist-c0f596cca0ccea50f4d47f9ed730998f9b683987.tar.xz
Sphinx-Build: it makes no sense to build the docs parallel
And also hangs some times if one tries to do it parallel. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index be8af3c13..d94d3fab8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -136,4 +136,4 @@ release:
SPHINXBUILD = @SPHINX@
docs:
- @$(SPHINXBUILD) -b html -j 4 -d ./Documentation ./doc ./Documentation/html
+ @$(SPHINXBUILD) -b html -d ./Documentation ./doc ./Documentation/html