Commit bbc2f919 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Install the vmod_std.7 man page

parent 49c479a6
......@@ -2,6 +2,8 @@
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
dist_man_MANS = vmod_std.7
vmoddir = $(pkglibdir)/vmods
vmod_LTLIBRARIES = libvmod_std.la
......@@ -20,3 +22,13 @@ vcc_if.c vcc_if.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvm
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
if HAVE_RST2MAN
${RST2MAN} $? $@
else
@echo "========================================"
@echo "You need rst2man installed to make dist"
@echo "========================================"
@false
endif
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