From: Arnaud Giersch Date: Tue, 29 Jan 2013 16:31:57 +0000 (+0100) Subject: Actually install the doc. X-Git-Tag: v3_9_rc1~43 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/60189b265fe775976d22750f4ed77d346138b7aa?hp=73da83c4318087e842fe48c2faff661087895cd2 Actually install the doc. --- diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 638c7309e1..e244cd080a 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -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)