From c0263b3020667f35ee64498febff5b986c28c82e Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 13 Jan 2017 14:12:51 -0500 Subject: [PATCH] Pass CPUS from top Makefile to docs Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d24477f66b7..dc0af2290e8 100644 --- a/Makefile +++ b/Makefile @@ -177,6 +177,7 @@ clean: find . -type f -name '*.pyc' -delete @echo "Cleaning up docsite" $(MAKE) -C docs/docsite clean + $(MAKE) -C docs/api clean python: $(PYTHON) setup.py build @@ -298,7 +299,7 @@ deb-src-upload: deb-src # for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory webdocs: - (cd docs/docsite/; make docs) + (cd docs/docsite/; CPUS=$(CPUS) make docs) docs: $(MANPAGES)