Skip to content
Snippets Groups Projects
Commit 42197d55 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

build: do not build manual pages in parallel

Sphinx cannot be run in parallel
parent 9f765207
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@ info-local install-info-local:
$(AM_V_ECHO) "able to generate info pages."
endif
.NOTPARALLEL: man
man: $(man_MANS)
$(MANPAGES_IN): $(MANPAGES_RST)
$(AM_V_SPHINX)$(SPHINXBUILD) -b man -d $(SPHINXBUILDDIR)/doctrees-man $(ALLSPHINXOPTS) $(SPHINXBUILDDIR)/man
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment