[master] 0c9a575 Move libvmod_std to section 3

Tollef Fog Heen tfheen at varnish-cache.org
Thu May 26 09:56:52 CEST 2011


commit 0c9a575fabb9e3db4be25595c2ce4488d792140e
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu May 26 09:56:48 2011 +0200

    Move libvmod_std to section 3

diff --git a/lib/libvmod_std/Makefile.am b/lib/libvmod_std/Makefile.am
index 706a132..49699cb 100644
--- a/lib/libvmod_std/Makefile.am
+++ b/lib/libvmod_std/Makefile.am
@@ -2,7 +2,7 @@
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
 
-dist_man_MANS = vmod_std.7
+dist_man_MANS = vmod_std.3
 
 vmoddir = $(pkglibdir)/vmods
 vmod_LTLIBRARIES = libvmod_std.la
@@ -23,7 +23,7 @@ EXTRA_DIST = vmod.py vmod.vcc
 
 CLEANFILES = $(builddir)/vcc_if.c $(builddir)/vcc_if.h
 
-vmod_std.7: $(top_srcdir)/doc/sphinx/reference/vmod_std.rst
+vmod_std.3: $(top_srcdir)/doc/sphinx/reference/vmod_std.rst
 if HAVE_RST2MAN
 	${RST2MAN} $? $@
 else



More information about the varnish-commit mailing list