summaryrefslogtreecommitdiff
path: root/docs/man8
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man8')
-rw-r--r--docs/man8/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man8/Makefile.am b/docs/man8/Makefile.am
index 360c6fd..6cff57a 100644
--- a/docs/man8/Makefile.am
+++ b/docs/man8/Makefile.am
@@ -10,7 +10,7 @@ man_MANS = \
.txt.8:
if HAVE_A2X
- a2x $(A2X_ARGS) $<
+ $(AM_V_GEN) a2x $(A2X_ARGS) $<
else
@echo "*** a2x (asciidoc) is required to regenerate $(@) ***"; exit 1;
endif