Commit 714bde15 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Build varnish-cli.7 from rst

Generate varnish-cli.7 and clean up the generated man pages on
maintainer-clean
parent fd0ff2b0
# $Id$
dist_man_MANS = vcl.7
dist_man_MANS = vcl.7 varnish-cli.7
MAINTAINERCLEANFILES = $(dist_man_MANS)
vcl.7: $(top_srcdir)/doc/sphinx/reference/vcl.rst \
$(top_srcdir)/bin/varnishd/default.vcl
......@@ -12,3 +13,13 @@ else
@echo "========================================"
@false
endif
varnish-cli.7: $(top_srcdir)/doc/sphinx/reference/varnish-cli.rst
if HAVE_RST2MAN
${RST2MAN} $(top_srcdir)/doc/sphinx/reference/varnish-cli.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