We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350271b commit f2458d3Copy full SHA for f2458d3
Makefile.am
@@ -15,7 +15,8 @@
15
# missing e.g. PDF and HTML which then pop up in `make check` footprint,
16
# or misses a .prep-src-docs stage needed to pattern-make man page files
17
# with some "make" implementations...
18
-all all-am-local all-local: doc all-recursive
+all all-am-local all-local: all-recursive
19
+ +@$(MAKE) $(AM_MAKEFLAGS) doc
20
+@$(MAKE) $(AM_MAKEFLAGS) doc
21
22
# include directory for aclocal
0 commit comments