Skip to content
Snippets Groups Projects
Commit fa690249 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

man: use grouped targets in the Makefile to avoid potential parallel building

fixes #928
parent e966b443
No related branches found
No related tags found
No related merge requests found
......@@ -140,9 +140,8 @@ pdf-local install-pdf-local:
@echo "Install 'pdflatex' and re-run configure to be able to generate PDF documentation!"
endif # HAVE_PDFLATEX
.NOTPARALLEL: man
man: $(man_MANS)
$(man_MANS): $(MANPAGES_RST)
$(man_MANS)&: $(MANPAGES_RST)
$(AM_V_SPHINX)$(SPHINXBUILD) -b man -d $(SPHINXBUILDDIR)/doctrees $(man_SPHINXOPTS) $(SPHINXBUILDDIR)/man
@mkdir -p man
@for f in $(SPHINXBUILDDIR)/man/*; do \
......
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