[Lldb-commits] [lldb] 6e6b6a5 - [lldb/Docs] Include how to generate the man page
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 3 13:34:41 PST 2020
Author: Jonas Devlieghere
Date: 2020-01-03T13:34:35-08:00
New Revision: 6e6b6a5754514a137729ce1a5e389db5f516c964
URL: https://github.com/llvm/llvm-project/commit/6e6b6a5754514a137729ce1a5e389db5f516c964
DIFF: https://github.com/llvm/llvm-project/commit/6e6b6a5754514a137729ce1a5e389db5f516c964.diff
LOG: [lldb/Docs] Include how to generate the man page
Added:
Modified:
lldb/docs/resources/build.rst
Removed:
################################################################################
diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst
index 499a79b88ef6..efa94de42a9d 100644
--- a/lldb/docs/resources/build.rst
+++ b/lldb/docs/resources/build.rst
@@ -365,6 +365,7 @@ To build the documentation, configure with ``LLVM_ENABLE_SPHINX=ON`` and build t
::
> ninja docs-lldb-html
+ > ninja docs-lldb-man
> ninja lldb-cpp-doc
> ninja lldb-python-doc
More information about the lldb-commits
mailing list