1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Unbreak Sphinx build

llvm-svn: 169106
This commit is contained in:
Justin Holewinski 2012-12-02 02:47:48 +00:00
parent abe8c94c37
commit 6de22cedec

View File

@ -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: