[llvm-commits] [llvm] r169106 - /llvm/trunk/docs/Makefile.sphinx
Justin Holewinski
jholewinski at nvidia.com
Sat Dec 1 18:47:49 PST 2012
Author: jholewinski
Date: Sat Dec 1 20:47:48 2012
New Revision: 169106
URL: http://llvm.org/viewvc/llvm-project?rev=169106&view=rev
Log:
Unbreak Sphinx build
Modified:
llvm/trunk/docs/Makefile.sphinx
Modified: llvm/trunk/docs/Makefile.sphinx
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Makefile.sphinx?rev=169106&r1=169105&r2=169106&view=diff
==============================================================================
--- llvm/trunk/docs/Makefile.sphinx (original)
+++ llvm/trunk/docs/Makefile.sphinx Sat Dec 1 20:47:48 2012
@@ -50,7 +50,8 @@
@# 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:
More information about the llvm-commits
mailing list