Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix help files installation for TauDEM
  • Loading branch information
alexbruy committed Dec 16, 2012
1 parent 2858269 commit edd7199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/sextante/taudem/CMakeLists.txt
@@ -1,7 +1,9 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB DESCR_FILES description/*.txt)
FILE(GLOB HELP_FILES help/*.*)
FILE(GLOB HELP_IMAGES help/img/*.*)

PLUGIN_INSTALL(sextante taudem ${PY_FILES})
PLUGIN_INSTALL(sextante taudem/description ${DESCR_FILES})
PLUGIN_INSTALL(sextante taudem/help ${HELP_FILES})
PLUGIN_INSTALL(sextante taudem/help/img ${HELP_IMAGES})

0 comments on commit edd7199

Please sign in to comment.