summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-07 21:46:35 +0000
committerSean Silva <silvas@purdue.edu>2013-01-07 21:46:35 +0000
commitdc92fc3426a44313dbeaf859470d7b6ed72f38e3 (patch)
treec403d8d325574196703ea213e375e95f45ca4920 /clang/docs
parent326fd7fdf5c4a29757ac3c16e8f1b95130649d81 (diff)
downloadbcm5719-llvm-dc92fc3426a44313dbeaf859470d7b6ed72f38e3.tar.gz
bcm5719-llvm-dc92fc3426a44313dbeaf859470d7b6ed72f38e3.zip
docs: Copy Block-ABI-Apple.txt to output.
This fixes the URL permanence of that URL. This is a bit of a hack. See the FIXME in the patch for what the "real" solution should be. llvm-svn: 171795
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/Makefile.sphinx4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/Makefile.sphinx b/clang/docs/Makefile.sphinx
index 06c3b86819d..7949e39c368 100644
--- a/clang/docs/Makefile.sphinx
+++ b/clang/docs/Makefile.sphinx
@@ -50,6 +50,10 @@ 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
+ @# FIXME: What we really need is a way to specify redirects, so that
+ @# we can just redirect to a reST'ified version of this document.
+ @# PR14714 is tracking the issue of redirects.
+ @cp -a Block-ABI-Apple.txt $(BUILDDIR)/html
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
dirhtml:
OpenPOWER on IntegriCloud