]> Creatis software - bbtk.git/blobdiff - kernel/doc/bbtkWebSite/CMakeLists.txt
Add some commented out code (as exemples for newbees)
[bbtk.git] / kernel / doc / bbtkWebSite / CMakeLists.txt
index 4a0ea529175cfa4883efb773177b9ff7b706f3b3..cdc7a43b44ced1620b404bb73d83b0dc46ad314f 100644 (file)
@@ -1,3 +1,7 @@
+MESSAGE(STATUS "")
+MESSAGE(STATUS "=======================================")
+MESSAGE(STATUS "Configuring bbtk html doc")
+
 # Configure & install images 
 BBTK_DOC_INSTALL_IMAGES(bbtkWebSite)
 
@@ -18,6 +22,13 @@ FOREACH(page ${HTML_PAGES})
 ENDFOREACH(page)
 
 
+#===================================================================
+# Regenerate package doc / boxes lists
+# Must be made manually as:
+# 1) Is useless for installers (it is to be run after install)
+# 2) Can be done manually for a build tree (e.g. in bbStudio)
+IF(FALSE)
+
 SET(INDEX_OUTPUT index-alpha.html)
 
 IF (WIN32)
@@ -56,4 +67,6 @@ ADD_CUSTOM_TARGET(
   DEPENDS ${INDEX_OUTPUT}
   )
           
+ENDIF(FALSE)
           
+MESSAGE(STATUS "=======================================")