Commit 6274190e authored by Geoff Simmons's avatar Geoff Simmons

use the trick of copying the rst doc as README.rst in the repo root,

so that README appears in the project front page of a public repo
parent 1ce83710
Pipeline #31 skipped
...@@ -14,6 +14,12 @@ MAINTAINERCLEANFILES = $(dist_man_MANS) ...@@ -14,6 +14,12 @@ MAINTAINERCLEANFILES = $(dist_man_MANS)
vmod_blobcode.3: README.rst vmod_blobcode.3: README.rst
README.rst: src/vmod_blobcode.man.rst
cp src/vmod_blobcode.man.rst README.rst
src/vmod_blobcode.man.rst:
make -C src vmod_blobcode.man.rst
%.1 %.2 %.3 %.4 %.5 %.6 %.7 %.8 %.9: %.1 %.2 %.3 %.4 %.5 %.6 %.7 %.8 %.9:
if HAVE_RST2MAN if HAVE_RST2MAN
${RST2MAN} $< $@ ${RST2MAN} $< $@
......
src/vmod_blobcode.man.rst
\ No newline at end of file
This diff is collapsed.
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