From 79d5fb35b88add54483e8f1ea4ff2189d68174c9 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Mon, 25 Feb 2013 15:49:44 +0100 Subject: [PATCH] added help files in doc subdirectory to be installed --- python/plugins/sextante/otb/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/plugins/sextante/otb/CMakeLists.txt b/python/plugins/sextante/otb/CMakeLists.txt index 00ad4089fb6c..f91e98f1e610 100644 --- a/python/plugins/sextante/otb/CMakeLists.txt +++ b/python/plugins/sextante/otb/CMakeLists.txt @@ -1,7 +1,9 @@ FILE(GLOB PY_FILES *.py) FILE(GLOB DESCR_FILES description/*.txt) FILE(GLOB HELPER_FILES helper/*.py) +FiLE(GLOB HELP_FILES description/doc/*.html) PLUGIN_INSTALL(sextante ./otb ${PY_FILES}) PLUGIN_INSTALL(sextante ./otb/description ${DESCR_FILES}) PLUGIN_INSTALL(sextante ./otb/helper ${HELPER_FILES}) +PLUGIN_INSTALL(sextante ./otb/description/doc ${HELP_FILES})