From cc2a3b6ad88737cdcfaec1e707ed7c485e9d4e15 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 7 Oct 2019 22:24:27 +0200 Subject: [PATCH] fix makedist --- MANIFEST.in | 2 ++ tools/cmake/DefinePackages.cmake | 1 + 2 files changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 7ff3407fc8..eee9ee95f3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -545,6 +545,7 @@ include examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi.c include examples/smpi/smpi_msg_masterslave/msg_smpi.tesh include examples/smpi/trace/trace.c include examples/smpi/trace/trace.tesh +include examples/smpi/trace_call_location/adjust include examples/smpi/trace_call_location/trace_call_location.c include examples/smpi/trace_call_location/trace_call_location.tesh include examples/smpi/trace_simple/trace_simple.c @@ -1761,6 +1762,7 @@ include docs/source/Experimental_Setup.rst include docs/source/Installing_SimGrid.rst include docs/source/Introduction.rst include docs/source/Platform_Examples.rst +include docs/source/Plugins.rst include docs/source/Start_Your_Own_Project.rst include docs/source/Tutorial_Algorithms.rst include docs/source/Tutorial_MPI_Applications.rst diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 642e972c8f..f48e2a4c1c 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -909,6 +909,7 @@ set(DOC_SOURCES docs/source/platform.rst docs/source/platform_howtos.rst docs/source/Platform_Examples.rst + docs/source/Plugins.rst docs/source/XML_Reference.rst docs/source/Tutorial_Algorithms.rst -- 2.20.1