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 149036a commit ef6fa37Copy full SHA for ef6fa37
flang/docs/CMakeLists.txt
@@ -119,7 +119,7 @@ if (LLVM_ENABLE_SPHINX)
119
"${CMAKE_CURRENT_SOURCE_DIR}"
120
"${CMAKE_CURRENT_BINARY_DIR}/Source"
121
COMMAND "${CMAKE_COMMAND}" -E remove
122
- "${CMAKE_CURRENT_BINARY_DIR}/Source/index.rst"
+ "${CMAKE_CURRENT_BINARY_DIR}/Source/CommandGuide/index.rst"
123
DEPENDS flang-doc gen-FlangCommandLineReference.rst)
124
125
# Run Python preprocessing ONLY for HTML build
0 commit comments