[libcxx] r246910 - Test commit for builder
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 4 22:29:23 PDT 2015
Author: ericwf
Date: Sat Sep 5 00:29:23 2015
New Revision: 246910
URL: http://llvm.org/viewvc/llvm-project?rev=246910&view=rev
Log:
Test commit for builder
Modified:
libcxx/trunk/docs/Makefile.sphinx
libcxx/trunk/docs/index.rst
Modified: libcxx/trunk/docs/Makefile.sphinx
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/Makefile.sphinx?rev=246910&r1=246909&r2=246910&view=diff
==============================================================================
--- libcxx/trunk/docs/Makefile.sphinx (original)
+++ libcxx/trunk/docs/Makefile.sphinx Sat Sep 5 00:29:23 2015
@@ -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 =
Modified: libcxx/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/index.rst?rev=246910&r1=246909&r2=246910&view=diff
==============================================================================
--- libcxx/trunk/docs/index.rst (original)
+++ libcxx/trunk/docs/index.rst Sat Sep 5 00:29:23 2015
@@ -37,6 +37,7 @@ Getting Started with libc++
BuildingLibcxx
TestingLibcxx
+
Current Status
--------------
More information about the cfe-commits
mailing list