Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually install the doc.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 29 Jan 2013 16:31:57 +0000 (17:31 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 29 Jan 2013 16:36:58 +0000 (17:36 +0100)
buildtools/Cmake/Distrib.cmake

index 638c730..e244cd0 100644 (file)
@@ -3,6 +3,9 @@
 #########################################
 
 # doc
 #########################################
 
 # 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)
 
 #### Generate the manpages
 if(NOT WIN32)