Skip to content

Commit

Permalink
Merge pull request #439 from mach0/master
Browse files Browse the repository at this point in the history
Added html help files to be installed in doc directory for OTB help
  • Loading branch information
volaya committed Feb 25, 2013
2 parents f85d3ae + 79d5fb3 commit 6ee09f9
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 6ee09f9

Please sign in to comment.