[4.0] 0993266 Remove duplicate command line arguments.

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 24 11:31:50 CEST 2014


commit 099326633d6ce324dc356ab09e4d9bcf11dcc28a
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Mon May 19 10:26:49 2014 +0200

    Remove duplicate command line arguments.
    
    We don't need to add the RST2ANY_FLAGS arguments twice.

diff --git a/man/Makefile.am b/man/Makefile.am
index a3d3077..c7dd1bf 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -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) $? $@



More information about the varnish-commit mailing list