summaryrefslogtreecommitdiff
path: root/docs/Makefile.sphinx
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2012-12-01 22:11:59 +0000
committerEli Bendersky <eliben@google.com>2012-12-01 22:11:59 +0000
commitc7ff36a86362e4deb629862af8a08a3ef613025b (patch)
tree5fa7b577597f3913eaf72e44fa7e32cd3eccfe69 /docs/Makefile.sphinx
parented04fd2053a7a696f8e2aa850e87cef1353c34e3 (diff)
downloadllvm-c7ff36a86362e4deb629862af8a08a3ef613025b.tar.gz
llvm-c7ff36a86362e4deb629862af8a08a3ef613025b.tar.bz2
llvm-c7ff36a86362e4deb629862af8a08a3ef613025b.tar.xz
Attempt to fix Makefile.sphinx to not generate errors while trying to copy
files from tutorial/.svn git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169104 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile.sphinx')
-rw-r--r--docs/Makefile.sphinx2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.sphinx b/docs/Makefile.sphinx
index 81c13de9cd..78c3d71bab 100644
--- a/docs/Makefile.sphinx
+++ b/docs/Makefile.sphinx
@@ -49,7 +49,7 @@ 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 $(BUILDDIR)/html
+ @cp -a *.html tutorial/*.html $(BUILDDIR)/html
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
dirhtml: