From a68a3d5dc43a4dbb19203d75127f7d5aac69c6d5 Mon Sep 17 00:00:00 2001 From: Michael Wild Date: Thu, 10 Mar 2011 21:59:24 +0100 Subject: [PATCH] FIX: Forgot to install the UserGuide Signed-off-by: Michael Wild --- doc/UserGuide/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/UserGuide/CMakeLists.txt b/doc/UserGuide/CMakeLists.txt index afc145662..dd33e7e61 100644 --- a/doc/UserGuide/CMakeLists.txt +++ b/doc/UserGuide/CMakeLists.txt @@ -196,8 +196,17 @@ foreach(fmt IN LISTS FOAM_GUIDES_FORMATS) add_dependencies(UserGuides UserGuide-${fmt}) endforeach() +if(FOAM_ENABLE_PDF_GUIDES) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/../UserGuide.pdf + DESTINATION ${FOAM_INSTALL_DOC_PATH} COMPONENT doc + ) +endif() + if(FOAM_ENABLE_XHTML_GUIDES) add_dependencies(UserGuide-xhtml MathJax) + install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../UserGuide.chunked/ + DESTINATION ${FOAM_INSTALL_DOC_PATH}/html/UserGuide COMPONENT doc + ) endif() # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file -- 2.11.4.GIT