Commit d36df31c authored by Nils Goroll's avatar Nils Goroll

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

parent 8c1b35c9
......@@ -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
......
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