[master] ea2c5b4 Comment out auto-generation of .rst docs from varnishd until we find out how that can work.
Poul-Henning Kamp
phk at varnish-cache.org
Tue Nov 12 16:30:14 CET 2013
commit ea2c5b4d2104133341d7fd6ecb4865dac6d45bee
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Nov 12 15:29:44 2013 +0000
Comment out auto-generation of .rst docs from varnishd until we
find out how that can work.
diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 48e752b..217d49f 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -176,5 +176,6 @@ dist-hook:
distclean-local:
rm -rf $(BUILDDIR)
-reference/params.rst: $(top_builddir)/bin/varnishd/varnishd
- $(top_builddir)/bin/varnishd/varnishd -x dumprstparam > reference/params.rst
+# XXX: doesn't work...
+#reference/params.rst: $(top_builddir)/bin/varnishd/varnishd
+# $(top_builddir)/bin/varnishd/varnishd -x dumprstparam > reference/params.rst
More information about the varnish-commit
mailing list