summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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
commite4adf431682a2f5bba2d21f7ffd4c249c2093403 (patch)
treec2b6117a197134086b06453f1c982236668b1231 /llvm/docs
parent4ca99ba6b5cd1268e850d6eb9aba830ac05e0fcc (diff)
downloadbcm5719-llvm-e4adf431682a2f5bba2d21f7ffd4c249c2093403.tar.gz
bcm5719-llvm-e4adf431682a2f5bba2d21f7ffd4c249c2093403.zip
Attempt to fix Makefile.sphinx to not generate errors while trying to copy
files from tutorial/.svn llvm-svn: 169104
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Makefile.sphinx2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Makefile.sphinx b/llvm/docs/Makefile.sphinx
index 81c13de9cd9..78c3d71bab4 100644
--- a/llvm/docs/Makefile.sphinx
+++ b/llvm/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:
OpenPOWER on IntegriCloud