Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 72237e3e authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

add dependency to chameleon lib for the doc because all the compute sources are required

parent 4c29aab0
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ if(DOXYGEN_EXECUTABLE) ...@@ -77,6 +77,7 @@ if(DOXYGEN_EXECUTABLE)
add_custom_target(doxygen-out ALL add_custom_target(doxygen-out ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/out-dev DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/out-dev
#${CMAKE_CURRENT_BINARY_DIR}/out-usr #${CMAKE_CURRENT_BINARY_DIR}/out-usr
chameleon
) )
# Installation for html version # Installation for html version
......
...@@ -83,8 +83,8 @@ if(EMACS_COMPILER) ...@@ -83,8 +83,8 @@ if(EMACS_COMPILER)
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/users_guide.org DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/users_guide.org
${CMAKE_CURRENT_BINARY_DIR}/version.org ${CMAKE_CURRENT_BINARY_DIR}/version.org
) )
add_custom_target(doc-html-users_guide ALL DEPENDS users_guide.html) add_custom_target(doc-html-users_guide ALL DEPENDS users_guide.html chameleon)
add_custom_target(doc-pdf-users_guide ALL DEPENDS users_guide.pdf) add_custom_target(doc-pdf-users_guide ALL DEPENDS users_guide.pdf chameleon)
# Installation # Installation
# ------------ # ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment