Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as well,
[oota-llvm.git] / docs / Makefile.sphinx
index 78c3d71bab4768f24eb4b9306523365d13532511..8b9cb8b52994f31abbedb318eb77b1179edcf614 100644 (file)
@@ -49,7 +49,8 @@ html:
        @# FIXME: Remove this `cp` once HTML->Sphinx transition is completed.
        @# Kind of a hack, but HTML-formatted docs are on the way out anyway.
        @echo "Copying legacy HTML-formatted docs into $(BUILDDIR)/html"
-       @cp -a *.html tutorial/*.html $(BUILDDIR)/html
+       @cp -a *.html $(BUILDDIR)/html
+       @cp tutorial/*.html tutorial/*.png $(BUILDDIR)/html
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
 
 dirhtml: