Skip to content
  • Rashad Kanavath's avatar
    ENH: install descriptors in share/otb/description · a5bd3a21
    Rashad Kanavath authored
    share/otb directory contains i18n and maybe other data files for OTB.
    
    This allows to simply some code.
    * avoid search and install of i18n files in package scripts
    * use of OTB_INSTALL_DESCR cmake variable for storing qgis description
    * install qgis description to share/otb/description in all cases:
     ** build directory, otb, superbuild, remote modules?
     ** generate of missing description file when loading qgis plugin. (This
     always goes to share/otb/description)
     ** packaging in debian, ubuntu and binary packages
    * unversioned otb doc folder. share/doc/OTB-X.Y -> share/doc/otb. This is where all VERSION , LICENSE are kept.
    a5bd3a21