Add information about building the manual to the INSTALL.txt

This commit is contained in:
Matt Williams
2010-07-14 12:44:08 +00:00
parent 5e62a35f42
commit 8a3417461d
3 changed files with 21 additions and 2 deletions

View File

@ -9,4 +9,8 @@ if(SPHINXBUILD_EXECUTABLE AND QT_QCOLLECTIONGENERATOR_EXECUTABLE)
-c ${CMAKE_CURRENT_BINARY_DIR} #Load the conf.py from the binary dir
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
)
set(BUILD_MANUAL YES PARENT_SCOPE)
else()"
message(STATUS "`sphinx-build` was not found. Try setting SPHINXBUILD_EXECUTABLE to its location.")
set(BUILD_MANUAL NO PARENT_SCOPE)
endif()