From bf54da76b9ad10a4f90a2ec0afd48ca4d4b3b519 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Sat, 5 Sep 2015 05:29:23 +0000 Subject: [PATCH] Test commit for builder git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246910 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Makefile.sphinx | 3 +++ docs/index.rst | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/Makefile.sphinx b/docs/Makefile.sphinx index 743ebfe48..2ca1e4d3f 100644 --- a/docs/Makefile.sphinx +++ b/docs/Makefile.sphinx @@ -1,5 +1,8 @@ # Makefile for Sphinx documentation # +# FIXME: This hack is only in place to allow the libcxx.llvm.org/docs builder +# to work with libcxx. This should be removed when that builder supports +# out-of-tree builds. # You can set these variables from the command line. SPHINXOPTS = diff --git a/docs/index.rst b/docs/index.rst index baca12360..5c404517a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,6 +37,7 @@ Getting Started with libc++ BuildingLibcxx TestingLibcxx + Current Status --------------