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 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