Skip to content

Commit 0f256db

Browse files
committed
Move index.rst to docs/CommandGuide
1 parent 737c725 commit 0f256db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang/docs/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if (LLVM_ENABLE_SPHINX)
136136
# MAN BUILD SETUP
137137
# ----------------------------
138138
if (${SPHINX_OUTPUT_MAN})
139-
message(STATUS "NOTE: The Flang man page is currently a placeholder with a TODO. See docs/index.rst for details")
139+
message(STATUS "NOTE: The Flang man page is currently a placeholder with a TODO. See docs/CommandGuide/index.rst for details")
140140

141141
# Create minimal Source dir with ONLY the files needed for man build:
142142
# - conf.py (Sphinx config)
@@ -149,7 +149,7 @@ if (LLVM_ENABLE_SPHINX)
149149
"${CMAKE_CURRENT_SOURCE_DIR}/conf.py"
150150
"${CMAKE_CURRENT_BINARY_DIR}/Source/conf.py"
151151
COMMAND "${CMAKE_COMMAND}" -E copy
152-
"${CMAKE_CURRENT_SOURCE_DIR}/index.rst"
152+
"${CMAKE_CURRENT_SOURCE_DIR}/CommandGuide/index.rst"
153153
"${CMAKE_CURRENT_BINARY_DIR}/Source/index.rst"
154154
DEPENDS flang-doc gen-FlangCommandLineReference.rst)
155155

File renamed without changes.

0 commit comments

Comments
 (0)