[all-commits] [llvm/llvm-project] bb775b: [Docs] Generate the LLDB man page with Sphinx

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Nov 21 10:04:44 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bb775bee21258f93cd5844b3540c0ec2569c1e22
      https://github.com/llvm/llvm-project/commit/bb775bee21258f93cd5844b3540c0ec2569c1e22
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M lldb/docs/CMakeLists.txt
    M lldb/docs/conf.py
    R lldb/docs/lldb.1
    A lldb/docs/man/lldb.rst
    M lldb/tools/driver/Options.td

  Log Message:
  -----------
  [Docs] Generate the LLDB man page with Sphinx

This patch replaces the existing out-of-date man page for lldb and
replaces it with an RST file from which sphinx generates the actual
troff file. This is similar to how man pages are generated for the rest
of the LLVM utilities.

The man page is generated by building the `docs-lldb-man` target.

Differential revision: https://reviews.llvm.org/D70514




More information about the All-commits mailing list