Skip to content

Commit

Permalink
Make it possible to build docs standalone
Browse files Browse the repository at this point in the history
Swift SVN r4645
Dave Abrahams committed Apr 9, 2013
1 parent f2c5488 commit 1a5408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ if(SPHINX_EXECUTABLE)
add_custom_target(docs_html ALL
${SPHINX_EXECUTABLE} ${SPHINX_ARGS} -b html
. ${CMAKE_BINARY_DIR}/docs/html
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/docs
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMENT "Building HTML documentation")

# Selectively install docs intended for general consumption.

0 comments on commit 1a5408f

Please sign in to comment.