aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bff41f5..8867f9d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,10 +47,9 @@ EXTRA_DIST = \
dist_man_MANS=vmod_dict.3
DISTCLEANFILES=vmod_dict.3
vmod_dict.3: vmod_dict.man.rst
- @$(abs_top_srcdir)/build-aux/missing rst2man.py \
- vmod_dict.man.rst > vmod_dict.3
+ $(AM_V_GEN)$(RST2MAN) vmod_dict.man.rst vmod_dict.3

Return to:

Send suggestions and report system problems to the System administrator.