From 3bb4965b968c341d641ce7fcd2f6f232d73c6391 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 16 Jul 2011 14:12:25 -0500 Subject: [PATCH] DOC: Also copy plot files to html doc output. --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile b/doc/Makefile index e1433c3b..b1fcb6c4 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -41,6 +41,7 @@ api: html: api $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(DEST)/html + cp source/plots $(DEST)/html -r @echo @echo "Build finished. The HTML pages are in build/html."