summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 54306a278cb2..4d08c932b411 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -6,6 +6,9 @@
PDFLATEX = pdflatex -t a4
BUILDDIR ?= _build
+SPHINXOPTS ?= -j auto
+
+export SPHINXOPTS
FIGS=codeflow.pdf hypertransport.pdf
@@ -57,7 +60,7 @@ distclean: clean
rm -f corebootPortingGuide.pdf
livesphinx: $(BUILDDIR)
- $(MAKE) -f Makefile.sphinx livehtml SPHINXOPTS="$(SPHINXOPTS)" BUILDDIR="$(BUILDDIR)"
+ $(MAKE) -f Makefile.sphinx livehtml BUILDDIR="$(BUILDDIR)"
test:
@echo "Test for logging purposes - Failing tests will not fail the build"