Lines Matching +full:docs +full:- +full:lldb +full:- +full:html
11 add_custom_target(lldb-cpp-doc
14 COMMENT "Generating LLDB C++ API reference with Doxygen" VERBATIM
16 set_target_properties(lldb-cpp-doc PROPERTIES FOLDER "LLDB/Docs")
26 file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lldb)
28 add_custom_target(lldb-python-doc-package
29 …COMMAND "${CMAKE_COMMAND}" -E copy "${lldb_bindings_dir}/lldb.py" "${CMAKE_CURRENT_BINARY_DIR}/lld…
30 COMMAND "${CMAKE_COMMAND}" -E make_directory "${CMAKE_CURRENT_BINARY_DIR}/lldb/plugins"
31 …ND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_process.py" "…
32 …ND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_platform.py" …
33 …ND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/operating_system.py" "…
34 … "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_thread_plan.py"…
35 COMMENT "Copying lldb.py to pretend its a Python package.")
37 add_dependencies(lldb-python-doc-package swig_wrapper_python lldb-python)
45 # The sphinx config needs to know where the generated LLDB Python module is.
48 add_sphinx_target(html lldb ENV_VARS "LLDB_SWIG_MODULE=${CMAKE_CURRENT_BINARY_DIR}")
51 add_custom_target(clean-lldb-html COMMAND "${CMAKE_COMMAND}" -E
52 remove_directory ${CMAKE_CURRENT_BINARY_DIR}/html)
53 add_dependencies(docs-lldb-html swig_wrapper_python
54 lldb-python-doc-package clean-lldb-html)
58 add_sphinx_target(man lldb)