We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f7183 commit f61903bCopy full SHA for f61903b
libc/docs/CMakeLists.txt
@@ -63,7 +63,7 @@ if (SPHINX_FOUND)
63
# docgen invocation.
64
add_custom_target(${stem_rst}
65
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/../utils/docgen/docgen.py ${stem}.h >
66
- ${CMAKE_CURRENT_BINARY_DIR}/headers/${stem}.rst)
+ ${CMAKE_CURRENT_BINARY_DIR}/headers/${stem}.rst)
67
# depend on the docgen invocation.
68
add_dependencies(docs-libc-html ${stem_rst})
69
endforeach()
0 commit comments