aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-27 13:10:16 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-03-27 13:10:16 +0200
commitda558c2d28e9c61b88687aefedf64320a8c09b24 (patch)
tree4c395610b674321edcbe3e581905b7d5641780cf
parent4564b6c9776eecfece2eb097ebe5aebfd79c9cb8 (diff)
downloadvmod-dict-da558c2d28e9c61b88687aefedf64320a8c09b24.tar.gz
vmod-dict-da558c2d28e9c61b88687aefedf64320a8c09b24.tar.bz2
Fix vmod_dict.3 creation
m---------acvmod0
-rw-r--r--src/Makefile.am3
2 files changed, 1 insertions, 2 deletions
diff --git a/acvmod b/acvmod
-Subproject 99b8dd21c7d1a91021b0a63c0d846ac35c4b009
+Subproject 82d8dc6b0c0f316acb7f9b4f351fbd8cb1f85e9
diff --git a/src/Makefile.am b/src/Makefile.am
index bff41f5..8867f9d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,7 +50,6 @@ 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.