hanchenye-llvm-project/libcxx/docs
Petr Hosek 510e70fdd5 [libcxx][CMake] Add install path variable to allow overriding the destination
This is going to be used by the runtime build in the multi-target
setup to allow using different install prefix for each target.

Differential Revision: https://reviews.llvm.org/D33762

llvm-svn: 307615
2017-07-11 02:39:50 +00:00
..
DesignDocs Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
BuildingLibcxx.rst [libcxx][CMake] Add install path variable to allow overriding the destination 2017-07-11 02:39:50 +00:00
CMakeLists.txt docs: Fix Sphinx detection with out-of-tree builds 2017-05-09 11:18:03 +00:00
Makefile.sphinx Attempt to fix Sphinx build 2016-09-16 03:47:53 +00:00
README.txt
TestingLibcxx.rst Fix misspelling of environment throughout libc++ 2017-05-09 23:47:20 +00:00
UsingLibcxx.rst [libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config option 2017-04-13 20:13:32 +00:00
conf.py Update version to 5.0 2017-01-13 18:29:56 +00:00
index.rst Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00

README.txt

libc++ Documentation
====================

The libc++ documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

To build the documents into html configure libc++ with the following cmake options:

  * -DLLVM_ENABLE_SPHINX=ON
  * -DLIBCXX_INCLUDE_DOCS=ON

After configuring libc++ with these options the make rule `docs-libcxx-html`
should be available.