Skip to content

Commit

Permalink
do not execute both a2x commands in parallel, Closes: #1089253
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Dec 19, 2024
1 parent 8da6120 commit 630189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 630189d

Please sign in to comment.