Skip to content

Commit

Permalink
Makefile.am: avoid parallelizing "doc" and "all-recursive" just in ca…
Browse files Browse the repository at this point in the history
…se (only follow up by "make doc")

Maybe this is behind duplicate man page builds which
tend to step on each other's toes.

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Apr 1, 2024
1 parent 350271b commit f2458d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# missing e.g. PDF and HTML which then pop up in `make check` footprint,
# or misses a .prep-src-docs stage needed to pattern-make man page files
# with some "make" implementations...
all all-am-local all-local: doc all-recursive
all all-am-local all-local: all-recursive
+@$(MAKE) $(AM_MAKEFLAGS) doc
+@$(MAKE) $(AM_MAKEFLAGS) doc

# include directory for aclocal
Expand Down

0 comments on commit f2458d3

Please sign in to comment.