Commit b52a3108 authored by Tollef Fog Heen's avatar Tollef Fog Heen Committed by Tollef Fog Heen

Generate reference/params.rst as part of build process

parent 7f976860
......@@ -30,7 +30,7 @@ help:
clean:
-rm -rf $(BUILDDIR)/*
html:
html: reference/params.rst
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
......@@ -176,6 +176,5 @@ dist-hook:
distclean-local:
rm -rf $(BUILDDIR)
# XXX: doesn't work...
#reference/params.rst: $(top_builddir)/bin/varnishd/varnishd
# $(top_builddir)/bin/varnishd/varnishd -x dumprstparam > reference/params.rst
reference/params.rst:
$(top_builddir)/bin/varnishd/varnishd -x dumprstparam > reference/params.rst
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