diff options
author | Michal Nowikowski <godfryd@isc.org> | 2019-07-31 18:33:45 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2019-08-01 16:06:19 +0200 |
commit | a1114587ebee3d56245c8e15582db8afc2f3e598 (patch) | |
tree | 491f898a88113423a86385464de4652f7d6abfeb /doc/sphinx/Makefile.am | |
parent | [#768, !451] fixed benchmarks compilation (diff) | |
download | kea-a1114587ebee3d56245c8e15582db8afc2f3e598.tar.xz kea-a1114587ebee3d56245c8e15582db8afc2f3e598.zip |
blocked running sphinx-build in parallel as it sometimes fails
Diffstat (limited to 'doc/sphinx/Makefile.am')
-rw-r--r-- | doc/sphinx/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am index b5275a0126..2d838f6c2e 100644 --- a/doc/sphinx/Makefile.am +++ b/doc/sphinx/Makefile.am @@ -289,5 +289,9 @@ clean-local: .PHONY: all pdf html mans +# There are sometimes conflicts when more then one sphinx-build is run at a time. +# This target blocks running anything in parallel in this Makefile, +# all is run serially. +.NOTPARALLEL: endif |