[master] d36df31 this should really fix the build issues due to missing svg files

Nils Goroll nils.goroll at uplex.de
Mon Oct 13 18:05:28 CEST 2014


commit d36df31c6fdb1c8eac06daffebf8719314c234a7
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Oct 13 18:05:14 2014 +0200

    this should really fix the build issues due to missing svg files

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 176c07d..0ec3328 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -38,7 +38,12 @@ link_srcdir:
 		cd $(srcdir) && find . -name \*.rst -type f | cpio -ldmp $${d} ; \
 	fi
 
-sphinx_prereq: link_srcdir conf.py
+# work around for make html called within doc/sphinx
+.PHONY: graphviz
+graphviz:
+	cd ../graphviz && $(MAKE) html
+
+sphinx_prereq: link_srcdir graphviz conf.py
 
 html: sphinx_prereq
 	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html



More information about the varnish-commit mailing list