Skip to content

Commit 6ee09f9

Browse files
committed
Merge pull request #439 from mach0/master
Added html help files to be installed in doc directory for OTB help
2 parents f85d3ae + 79d5fb3 commit 6ee09f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
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)