Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually install the doc.
[simgrid.git] / buildtools / Cmake / Distrib.cmake
index 638c730..e244cd0 100644 (file)
@@ -3,6 +3,9 @@
 #########################################
 
 # doc
+file(MAKE_DIRECTORY ${CMAKE_HOME_DIRECTORY}/doc/html/)
+install(DIRECTORY "${CMAKE_HOME_DIRECTORY}/doc/html/"
+  DESTINATION $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/doc/html/)
 
 #### Generate the manpages
 if(NOT WIN32)