Skip to content

Commit f2458d3

Browse files
committed
Makefile.am: avoid parallelizing "doc" and "all-recursive" just in case (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 <jimklimov+nut@gmail.com>
1 parent 350271b commit f2458d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# missing e.g. PDF and HTML which then pop up in `make check` footprint,
1616
# or misses a .prep-src-docs stage needed to pattern-make man page files
1717
# with some "make" implementations...
18-
all all-am-local all-local: doc all-recursive
18+
all all-am-local all-local: all-recursive
19+
+@$(MAKE) $(AM_MAKEFLAGS) doc
1920
+@$(MAKE) $(AM_MAKEFLAGS) doc
2021

2122
# include directory for aclocal

0 commit comments

Comments
 (0)