Przeglądaj źródła

Test commit for builder

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246910 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 10 lat temu
rodzic
commit
bf54da76b9
2 zmienionych plików z 4 dodań i 0 usunięć
  1. 3 0
      docs/Makefile.sphinx
  2. 1 0
      docs/index.rst

+ 3 - 0
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    =

+ 1 - 0
docs/index.rst

@@ -37,6 +37,7 @@ Getting Started with libc++
    BuildingLibcxx
    TestingLibcxx
 
+
 Current Status
 --------------