Skip to content

Commit ef6fa37

Browse files
committed
relative path change in removing of CommandLineGuide
1 parent 149036a commit ef6fa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if (LLVM_ENABLE_SPHINX)
119119
"${CMAKE_CURRENT_SOURCE_DIR}"
120120
"${CMAKE_CURRENT_BINARY_DIR}/Source"
121121
COMMAND "${CMAKE_COMMAND}" -E remove
122-
"${CMAKE_CURRENT_BINARY_DIR}/Source/index.rst"
122+
"${CMAKE_CURRENT_BINARY_DIR}/Source/CommandGuide/index.rst"
123123
DEPENDS flang-doc gen-FlangCommandLineReference.rst)
124124

125125
# Run Python preprocessing ONLY for HTML build

0 commit comments

Comments
 (0)