Commit f4d576aa authored by Geoff Simmons's avatar Geoff Simmons

Generate README.rst from the manpage version of the rst doc.

Because the non-manpage version currently produces a broken table
of contents.
parent 43064f52
......@@ -9,8 +9,8 @@ EXTRA_DIST = README.rst LICENSE COPYING CONTRIBUTING.rst INSTALL.rst
doc_DATA = README.rst LICENSE COPYING CONTRIBUTING.rst INSTALL.rst
README.rst: src/vmod_selector.rst
cp src/vmod_selector.rst README.rst
README.rst: src/vmod_selector.man.rst
cp src/vmod_selector.man.rst README.rst
src/vmod_selector.rst:
make -C src vmod_selector.rst
......
......@@ -20,25 +20,6 @@ Varnish Module for matching strings associated with backends, regexen and other
CONTENTS
========
* :ref:`obj_set`
* :ref:`func_set.add`
* :ref:`func_set.backend`
* :ref:`func_set.create_stats`
* :ref:`func_set.debug`
* :ref:`func_set.element`
* :ref:`func_set.hasprefix`
* :ref:`func_set.match`
* :ref:`func_set.matched`
* :ref:`func_set.nmatches`
* :ref:`func_set.re_match`
* :ref:`func_set.string`
* :ref:`func_set.sub`
* :ref:`func_set.which`
* :ref:`func_version`
.. _VMOD re2: https://code.uplex.de/uplex-varnish/libvmod-re2
......
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