[Lldb-commits] [lldb] r365083 - [Docs] Update documentation build instructions.

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 3 13:47:50 PDT 2019


Author: jdevlieghere
Date: Wed Jul  3 13:47:49 2019
New Revision: 365083

URL: http://llvm.org/viewvc/llvm-project?rev=365083&view=rev
Log:
[Docs] Update documentation build instructions.

Given that we use Ninja as the build system in the instructions below,
we might as well use it to build the documentation as well.

Modified:
    lldb/trunk/docs/resources/build.rst

Modified: lldb/trunk/docs/resources/build.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/resources/build.rst?rev=365083&r1=365082&r2=365083&view=diff
==============================================================================
--- lldb/trunk/docs/resources/build.rst (original)
+++ lldb/trunk/docs/resources/build.rst Wed Jul  3 13:47:49 2019
@@ -237,9 +237,9 @@ To build the documentation, build the de
 
 ::
 
-  > cmake --build . --target docs-lldb-html
-  > cmake --build . --target lldb-cpp-doc
-  > cmake --build . --target lldb-python-doc
+  > ninja docs-lldb-html
+  > ninja lldb-cpp-doc
+  > ninja lldb-python-doc
 
 Cross-compiling LLDB
 --------------------




More information about the lldb-commits mailing list