From 630189d1f78d73cbf1c068bd5c16ffbf8907614f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 19 Dec 2024 09:06:05 +0100 Subject: [PATCH] do not execute both a2x commands in parallel, Closes: #1089253 --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 456120b0f..8bfa7b1ec 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -16,7 +16,6 @@ images: html: $(DOC).txt images asciidoc -a toc2 -a toclevels=3 --theme=flask $(DOC).txt -.NOTPARALLEL: pdf text pdf: $(DOC).txt images a2x $(OPT) -L --icons -a toc -a toclevels=3 -f pdf $(DOC).txt rm -f $(DOC).xml $(DOC).fo @@ -32,6 +31,7 @@ doc: html unoconv --show >/dev/null 2>&1 || exit "Please install the unoconv package." unoconv -f doc $(DOC).html +.NOTPARALLEL: free all: free install: