From 8d0f2dbf1d9142f17861e5a031b52a55381349c3 Mon Sep 17 00:00:00 2001 From: Gauthier Delacroix Date: Wed, 10 Sep 2014 13:45:14 +0200 Subject: [PATCH 1/2] Clean generated files --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 07c917a..ae8510f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,4 +25,7 @@ EXTRA_DIST = \ vmod_statsd.vcc \ $(VMOD_TESTS) -CLEANFILES = $(builddir)/vcc_if.c $(builddir)/vcc_if.h +CLEANFILES = $(builddir)/vcc_if.c $(builddir)/vcc_if.h \ + $(builddir)/vmod_statsd.man.rst \ + $(builddir)/vmod_statsd.rst \ + $(builddir)/../vmod_statsd.3 \ No newline at end of file From 9b7321597f97f7aee274b1135e2ac8b23a7e90b7 Mon Sep 17 00:00:00 2001 From: Gauthier Delacroix Date: Wed, 10 Sep 2014 13:45:29 +0200 Subject: [PATCH 2/2] Update README for Varnish 4.x --- README.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 6b40d3e..664edea 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,9 @@ SYNOPSIS DESCRIPTION =========== -Varnish Module (vmod) for sending statistics to Statsd. +Varnish 4.x Module (vmod) for sending statistics to Statsd. + +See https://github.com/jib/libvmod-statsd/tree/master for Varnish 3.x version. See https://github.com/etsy/statsd for documentation on Statsd. @@ -190,11 +192,7 @@ Usage:: ./autogen.sh # Execute configure script - ./configure VARNISHSRC=DIR [VMODDIR=DIR] - -`VARNISHSRC` is the directory of the Varnish source tree for which to -compile your vmod. Both the `VARNISHSRC` and `VARNISHSRC/include` -will be added to the include search paths for your module. + ./configure Optionally you can also set the vmod install directory by adding `VMODDIR=DIR` (defaults to the pkg-config discovered directory from your