You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build-documentation.sh 414B

1234567891011121314
  1. export OV_PATH_ROOT="${PWD}/.."
  2. export LD_LIBRARY_PATH="${OV_PATH_ROOT}/lib"
  3. export DYLD_LIBRARY_PATH="${OV_PATH_ROOT}/lib"
  4. mkdir -p sphinx/templates
  5. "${OV_PATH_ROOT}/bin/openvibe-plugin-inspector" --box-doc-directory sphinx/templates
  6. mv sphinx/templates/index-boxes.rst sphinx/source/boxes
  7. pushd sphinx
  8. make html
  9. popd
  10. rm -fr "../doc/NeuroRT Manual"
  11. mkdir -p ../doc
  12. mv sphinx/build/html "../doc/OpenViBE Manual"