Skip to content

Commit b94047e

Browse files
committed
Remove redundant dependence in CMake config
1 parent 20120a1 commit b94047e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/docs/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ if (LLVM_ENABLE_SPHINX)
130130
endif()
131131
if (${SPHINX_OUTPUT_MAN})
132132
add_sphinx_target(man flang SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/Source")
133-
add_dependencies(docs-flang-man gen-FlangCommandLineReference.rst)
134133
add_dependencies(docs-flang-man copy-flang-src-docs)
135134
endif()
136135
endif()

0 commit comments

Comments
 (0)