diff --git a/Doc/CMakeLists.txt b/Doc/CMakeLists.txt index f48d30ba..18d5bbab 100644 --- a/Doc/CMakeLists.txt +++ b/Doc/CMakeLists.txt @@ -3,10 +3,7 @@ include (ACGDoxygen) IF (DOXYGEN_FOUND) # Add a documentation install target - add_custom_target(doc-install COMMENT "Installing Documentation" VERBATIM ) - - # Build Documentation before installing it - add_dependencies(doc-install doc) + acg_create_doc_target(doc-install) if (TARGET doc-install) acg_copy_after_build (doc-install "${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/Doc/html" "${CMAKE_INSTALL_PREFIX}/${ACG_PROJECT_DATADIR}/doc/html") diff --git a/cmake-library b/cmake-library index 9c4e20e2..408906cf 160000 --- a/cmake-library +++ b/cmake-library @@ -1 +1 @@ -Subproject commit 9c4e20e20c8cac5dcb82fd92efd8de0f4d517252 +Subproject commit 408906cf7d0708eb88265d7717eac097439847f9