From 2b3b96ae8ade4a6478621cd144d2e09493662068 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 17 Jul 2014 15:52:43 +0200 Subject: [PATCH] Boxlib: doc-files added --- scripts/BoxLib.build | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/BoxLib.build b/scripts/BoxLib.build index 1ccba01..3a6a6de 100755 --- a/scripts/BoxLib.build +++ b/scripts/BoxLib.build @@ -12,6 +12,7 @@ function em.configure() { em.add_to_family 'MPI' em.set_runtime_dependencies "${COMPILER}" "${MPI}" em.set_build_dependencies 'cmake' "${COMPILER}" "${MPI}" +em.set_docfiles 'license.txt' 'README.txt' em.make_all