install: doc cannot be built in parallel

This commit is contained in:
Xavier Delaruelle
2021-02-14 20:21:55 +01:00
parent cc9c468270
commit cfa6995fa8

View File

@@ -1,5 +1,7 @@
.PHONY: install uninstall clean
.NOTPARALLEL:
SOURCE_DIR := source
BUILD_DIR := build