Commit 09932663 authored by Lasse Karstensen's avatar Lasse Karstensen

Remove duplicate command line arguments.

We don't need to add the RST2ANY_FLAGS arguments twice.
parent 147e71d7
......@@ -90,4 +90,4 @@ vmod_std.3: $(top_srcdir)/lib/libvmod_std/vmod_std.man.rst
${RST2MAN} $(RST2ANY_FLAGS) $? $@
vmod_directors.3: $(top_srcdir)/lib/libvmod_directors/vmod_directors.man.rst
${RST2MAN} $(RST2ANY_FLAGS) $(RST2ANY_FLAGS) $? $@
${RST2MAN} $(RST2ANY_FLAGS) $? $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment