diff options
Diffstat (limited to 'libcxx/docs')
| -rw-r--r-- | libcxx/docs/Makefile.sphinx | 3 | ||||
| -rw-r--r-- | libcxx/docs/index.rst | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/docs/Makefile.sphinx b/libcxx/docs/Makefile.sphinx index 743ebfe48f1..2ca1e4d3faf 100644 --- a/libcxx/docs/Makefile.sphinx +++ b/libcxx/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/libcxx/docs/index.rst b/libcxx/docs/index.rst index baca123609c..5c404517a17 100644 --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -37,6 +37,7 @@ Getting Started with libc++ BuildingLibcxx TestingLibcxx + Current Status -------------- |

