ソースを参照

Test commit for builder

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246910 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 10 年 前
コミット
bf54da76b9
2 ファイル変更4 行追加0 行削除
  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
 # 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.
 # You can set these variables from the command line.
 SPHINXOPTS    =
 SPHINXOPTS    =

+ 1 - 0
docs/index.rst

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