diff --git a/docs/Makefile.sphinx b/docs/Makefile.sphinx index 743ebfe4..2ca1e4d3 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 baca1236..5c404517 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,6 +37,7 @@ Getting Started with libc++ BuildingLibcxx TestingLibcxx + Current Status --------------