[cfe-commits] r171795 - /cfe/trunk/docs/Makefile.sphinx

Sean Silva silvas at purdue.edu
Mon Jan 7 13:46:35 PST 2013


Author: silvas
Date: Mon Jan  7 15:46:35 2013
New Revision: 171795

URL: http://llvm.org/viewvc/llvm-project?rev=171795&view=rev
Log:
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.

Modified:
    cfe/trunk/docs/Makefile.sphinx

Modified: cfe/trunk/docs/Makefile.sphinx
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Makefile.sphinx?rev=171795&r1=171794&r2=171795&view=diff
==============================================================================
--- cfe/trunk/docs/Makefile.sphinx (original)
+++ cfe/trunk/docs/Makefile.sphinx Mon Jan  7 15:46:35 2013
@@ -50,6 +50,10 @@
 	@# 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:





More information about the cfe-commits mailing list