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