From cdabd4d09840730e42a2546202df417a61929a3f Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 3 May 2018 20:09:55 +0300 Subject: [PATCH] docs: Disable parallel build for docs It is not supported for docs --- docs/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index 78568e0c2..0b234dd76 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -63,6 +63,15 @@ endif # if !HAVE_MANPAGES .venv/bin/pip install -U pip setuptools setuptools-git .venv/bin/pip install -r requirements.txt +.NOTPARALLEL: \ + all-docs \ + upload-docs \ + html-docs \ + $(MANPAGES_DIST) \ + latex/PowerDNS-Authoritative.pdf \ + PowerDNS-Authoritative.pdf \ + html-docs.tar.bz2 + html-docs: common/** manpages/** .venv *.rst .venv/bin/python -msphinx -b html . html-docs -- 2.40.0