Commit 04309312 authored by Geoff Simmons's avatar Geoff Simmons

Build README.rst so that it is cleaned properly (pass make distcheck).

parent 24393ad0
......@@ -9,12 +9,10 @@ EXTRA_DIST = README.rst LICENSE COPYING CONTRIBUTING.rst INSTALL.rst
doc_DATA = README.rst LICENSE COPYING CONTRIBUTING.rst INSTALL.rst
README.rst: src/vmod_dispatch.man.rst
README.rst: src/vmod_dispatch.vcc
$(MAKE) $(AM_MAKEFLAGS) -C src vmod_selector.man.rst
cp src/vmod_dispatch.man.rst README.rst
src/vmod_dispatch.man.rst:
make -C src vmod_dispatch.man.rst
%.1 %.2 %.3 %.4 %.5 %.6 %.7 %.8 %.9:
if HAVE_RST2MAN
${RST2MAN} $< $@
......
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