Skip to content

Commit

Permalink
refs #10643. Add dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Nov 27, 2014
1 parent a5bd790 commit 6474391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/docs/CMakeLists.txt
Expand Up @@ -43,7 +43,7 @@ if ( SPHINX_FOUND )
add_custom_command ( OUTPUT qthelp/MantidProject.qhcp
qthelp/MantidProject.qhp
COMMAND ${DOCS_RUNNER_EXE} -xq runsphinx_qthelp.py
DEPENDS Framework MantidPlot ${CMAKE_CURRENT_BINARY_DIR}/runsphinx_qthelp.py
DEPENDS Framework MantidPlot MantidQt ${CMAKE_CURRENT_BINARY_DIR}/runsphinx_qthelp.py
COMMENT "Building qt-assistant index files")

add_custom_command ( OUTPUT qthelp/MantidProject.qhc
Expand Down Expand Up @@ -72,7 +72,7 @@ if ( SPHINX_FOUND )
configure_file ( runsphinx.py.in runsphinx_html.py @ONLY )
add_custom_target ( ${TARGET_PREFIX}-html
COMMAND ${DOCS_RUNNER_EXE} -xq runsphinx_html.py
DEPENDS Framework MantidPlot ${CMAKE_CURRENT_BINARY_DIR}/runsphinx_html.py ${SPHINX_CONF_DIR}/conf.py conf-html.py
DEPENDS Framework MantidPlot MantidQt ${CMAKE_CURRENT_BINARY_DIR}/runsphinx_html.py ${SPHINX_CONF_DIR}/conf.py conf-html.py
COMMENT "Building html documentation"
)
# Group within VS and exclude from whole build
Expand Down

0 comments on commit 6474391

Please sign in to comment.