diff options
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 54306a278c..4d08c932b4 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" |