Skip to content

Commit 737c725

Browse files
committed
Remove redundant command in CMake
Modify man page doc
1 parent 7483f8d commit 737c725

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

flang/docs/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ if (LLVM_ENABLE_SPHINX)
151151
COMMAND "${CMAKE_COMMAND}" -E copy
152152
"${CMAKE_CURRENT_SOURCE_DIR}/index.rst"
153153
"${CMAKE_CURRENT_BINARY_DIR}/Source/index.rst"
154-
COMMAND "${CMAKE_COMMAND}" -E copy
155-
"${CMAKE_CURRENT_BINARY_DIR}/Source/FlangCommandLineReference.rst"
156-
"${CMAKE_CURRENT_BINARY_DIR}/Source/FlangCommandLineReference.rst"
157154
DEPENDS flang-doc gen-FlangCommandLineReference.rst)
158155

159156
add_sphinx_target(man flang SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/Source")

flang/docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ For full documentation, please see the online HTML docs:
88

99
https://flang.llvm.org/docs/
1010

11-
TODO: This man page currently shows FlangCommandLineReference, will be ultimately replaced with finalized man page content.
11+
..
12+
The placeholder text "FlangCommandLineReference" below should eventually be replaced with the actual man page contents.
1213
1314
----
1415

0 commit comments

Comments
 (0)