From dfafb3641d40161754a1fa46eb8bc3530569ac44 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 16 Jun 2011 15:27:26 +0200 Subject: [PATCH] files generated from flexml are included in the archive, so I need them when building it --- buildtools/Cmake/Distrib.cmake | 1 + 1 file changed, 1 insertion(+) 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}) -- 2.20.1