X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3406010cd31d6455d8ab9f96b312920dac884062..6dd4ce8fb4a20019776994322c57b4ed11756f8f:/buildtools/Cmake/GenerateDoc.cmake diff --git a/buildtools/Cmake/GenerateDoc.cmake b/buildtools/Cmake/GenerateDoc.cmake index c4e84c4afa..90cbac4002 100644 --- a/buildtools/Cmake/GenerateDoc.cmake +++ b/buildtools/Cmake/GenerateDoc.cmake @@ -9,7 +9,8 @@ add_custom_command(OUTPUT doc/simgrid_update_xml.1 COMMAND pod2man tools/simgrid_update_xml.pl > doc/simgrid_update_xml.1 COMMENT "Generating manpage for simgrid_update_xml" ) - +install(FILES ${MANPAGES} + DESTINATION $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/man/man1/) #### Generate the html documentation