Skip to content

Commit 79d5fb3

Browse files
committed
added help files in doc subdirectory to be installed
1 parent f85d3ae commit 79d5fb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FILE(GLOB PY_FILES *.py)
22
FILE(GLOB DESCR_FILES description/*.txt)
33
FILE(GLOB HELPER_FILES helper/*.py)
4+
FiLE(GLOB HELP_FILES description/doc/*.html)
45

56
PLUGIN_INSTALL(sextante ./otb ${PY_FILES})
67
PLUGIN_INSTALL(sextante ./otb/description ${DESCR_FILES})
78
PLUGIN_INSTALL(sextante ./otb/helper ${HELPER_FILES})
9+
PLUGIN_INSTALL(sextante ./otb/description/doc ${HELP_FILES})

0 commit comments

Comments
 (0)