summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorJustin Holewinski <jholewinski@nvidia.com>2012-12-02 02:47:48 +0000
committerJustin Holewinski <jholewinski@nvidia.com>2012-12-02 02:47:48 +0000
commit0bd335efcd93a6e90d3cff4765a895b0db3ebe10 (patch)
tree1af058255f91792559e701bb3d25d8f6b91923f6 /llvm/docs
parent04a382c796ae82f5802b565758107691638732b5 (diff)
downloadbcm5719-llvm-0bd335efcd93a6e90d3cff4765a895b0db3ebe10.tar.gz
bcm5719-llvm-0bd335efcd93a6e90d3cff4765a895b0db3ebe10.zip
Unbreak Sphinx build
llvm-svn: 169106
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Makefile.sphinx3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/Makefile.sphinx b/llvm/docs/Makefile.sphinx
index 8b9cb8b5299..bb4e48fdc59 100644
--- a/llvm/docs/Makefile.sphinx
+++ b/llvm/docs/Makefile.sphinx
@@ -50,7 +50,8 @@ html:
@# 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 $(BUILDDIR)/html
- @cp tutorial/*.html tutorial/*.png $(BUILDDIR)/html
+ @mkdir -p $(BUILDDIR)/html/tutorial
+ @cp tutorial/*.html tutorial/*.png $(BUILDDIR)/html/tutorial
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
dirhtml:
OpenPOWER on IntegriCloud