Fix up the docs to reflect the latest changes.

This commit is contained in:
Matt Williams
2010-07-02 11:00:49 +00:00
parent 0f786ede64
commit e470fc6b2e
3 changed files with 8 additions and 7 deletions

View File

@ -41,7 +41,7 @@ if(DOXYGEN_FOUND)
if(QT_QCOLLECTIONGENERATOR_EXECUTABLE)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/polyvox.qhcp.in ${CMAKE_CURRENT_BINARY_DIR}/doc/html/polyvox.qhcp) #The QtHelp config file
#We attach this command to the doc target wo it will be run automatically
#We attach this command to the doc target so it will be run automatically
add_custom_command(TARGET doc POST_BUILD
COMMAND ${QT_QCOLLECTIONGENERATOR_EXECUTABLE} polyvox.qhcp -o polyvox.qhc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doc/html