From: Martin Quinson Date: Thu, 16 Jun 2011 13:27:26 +0000 (+0200) Subject: files generated from flexml are included in the archive, so I need them when building it X-Git-Tag: v3_6_rc3~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dfafb3641d40161754a1fa46eb8bc3530569ac44 files generated from flexml are included in the archive, so I need them when building it --- diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index f38b21e8a2..1ee02abcdc 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -177,6 +177,7 @@ add_custom_target(dist-dir COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_HOME_DIRECTORY}/doc/html/ simgrid-${release_version}/doc/html/ ) add_dependencies(dist-dir simgrid_documentation) +add_dependencies(dist-dir maintainer_files) set(dirs_in_tarball "") foreach(file ${source_to_pack})