File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments