]> granicus.if.org Git - clang/commitdiff
docs: Copy Block-ABI-Apple.txt to output.
authorSean Silva <silvas@purdue.edu>
Mon, 7 Jan 2013 21:46:35 +0000 (21:46 +0000)
committerSean Silva <silvas@purdue.edu>
Mon, 7 Jan 2013 21:46:35 +0000 (21:46 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171795 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Makefile.sphinx

index 06c3b86819d01d933cf81d494d4b312e97a109c9..7949e39c36873a5043ec2dec0326820c9029b003 100644 (file)
@@ -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: