]> Creatis software - bbtk.git/blobdiff - kernel/doc/CMakeLists.txt
*** empty log message ***
[bbtk.git] / kernel / doc / CMakeLists.txt
index 862a44e6858013ec476129ac102a2a8e786bc27c..6d51cf8afe2f2c2f31097936b06ac325fe59d9fa 100755 (executable)
@@ -63,6 +63,17 @@ IF(BUILD_BBTK_DOC)
     FILES ${BBTK_DOC_BUILD_PATH}/index-no-frame.html 
     DESTINATION ${BBTK_DOC_INSTALL_PATH}
     ) 
+  # Configure help_contents.html for build tree
+   CONFIGURE_FILE(
+    help_contents.html.in
+    ${BBTK_DOC_BUILD_PATH}/help_contents.html
+    @ONLY
+    )
+  # Install it 
+  INSTALL( 
+    FILES ${BBTK_DOC_BUILD_PATH}/help_contents.html
+    DESTINATION ${BBTK_DOC_INSTALL_PATH}
+    ) 
 
   # Recurse it bbtkWebSite dir
   SUBDIRS(bbtkWebSite)