Build vsl-query.7

parent 6fdbb2c0
......@@ -8,7 +8,7 @@ vsc2rst_SOURCES = vsc2rst.c \
AM_CPPFLAGS = -I$(top_srcdir)/include
dist_man_MANS = vcl.7 varnish-cli.7 varnish-counters.7 vsl.7
dist_man_MANS = vcl.7 varnish-cli.7 varnish-counters.7 vsl.7 vsl-query.7
MAINTAINERCLEANFILES = $(dist_man_MANS)
vcl.7: $(top_srcdir)/doc/sphinx/reference/vcl.rst \
......@@ -53,3 +53,13 @@ else
@echo "========================================"
@false
endif
vsl-query.7: $(top_srcdir)/doc/sphinx/reference/vsl-query.rst
if HAVE_RST2MAN
${RST2MAN} $(top_srcdir)/doc/sphinx/reference/vsl-query.rst $@
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