mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
Makefile: use all available cores by default
This commit is contained in:
parent
e4f27e1f37
commit
0a8b74f047
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -53,7 +53,7 @@ clean:
|
|||
|
||||
.PHONY: html
|
||||
html:
|
||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
$(SPHINXBUILD) -b html -j auto $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue