We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ef915 commit 4eee2e8Copy full SHA for 4eee2e8
flang/docs/CMakeLists.txt
@@ -122,6 +122,9 @@ if (LLVM_ENABLE_SPHINX)
122
"${FLANG_DOCS_HTML_DIR}"
123
COMMAND "${CMAKE_COMMAND}" -E remove
124
"${FLANG_DOCS_HTML_DIR}/CommandGuide/index.rst"
125
+ COMMAND "${CMAKE_COMMAND}" -E copy
126
+ "${CMAKE_CURRENT_BINARY_DIR}/Source/FlangCommandLineReference.rst"
127
+ "${FLANG_DOCS_HTML_DIR}/FlangCommandLineReference.rst"
128
DEPENDS flang-doc gen-FlangCommandLineReference.rst)
129
130
# Run Python preprocessing ONLY for HTML build
0 commit comments