Skip to content

Commit

Permalink
added help files in doc subdirectory to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Feb 25, 2013
1 parent f85d3ae commit 79d5fb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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})

0 comments on commit 79d5fb3

Please sign in to comment.