Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing files during make dist.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 5 Aug 2010 13:03:40 +0000 (13:03 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 5 Aug 2010 13:03:40 +0000 (13:03 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8120 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/DefinePackages.cmake

index 4bc1faa..ddeb0e4 100755 (executable)
@@ -729,6 +729,14 @@ file(GLOB_RECURSE CMAKE_SOURCE_FILES
 "buildtools/Cmake/test_prog/*.cpp"
 )
 
 "buildtools/Cmake/test_prog/*.cpp"
 )
 
+set(bin_files
+tools/MSG_visualization/colorize.pl
+)
+
+file(GLOB_RECURSE doc_files
+"doc/html/*"
+)
+
 # This is the complete lise of what will be added to the source archive
 set(source_to_pack     
        ${XBT_RL_SRC}
 # This is the complete lise of what will be added to the source archive
 set(source_to_pack     
        ${XBT_RL_SRC}
@@ -758,4 +766,6 @@ set(source_to_pack
        ${TEST_CFILES}
        ${EXTRA_DIST}
        ${CMAKE_SOURCE_FILES}
        ${TEST_CFILES}
        ${EXTRA_DIST}
        ${CMAKE_SOURCE_FILES}
+       ${bin_files}
+       ${doc_files}
 )
 )