Skip to content

Modifications to the cmake configuration for docs, images, and data

Duncan Macleod requested to merge duncanmmacleod/GWOLLUM:cmake-doc-images into master

This MR modifies the CMake configuration for the building of documentation, images, and data, as follows

  • install the images/ directly from the source tree into {prefix}/share/GWOLLUM/images/, and do this even when doxygen isn't found (i.e. always)
    • this should enable populating ${GWOLLUM_PIX} independently of shipping the documentation
  • install the data/ file(s) into {prefix}/share/GWOLLUM/data/
  • install the documentation into {prefix}/share/doc/GWOLLUM/ (without the extra /html/ subdirectory)

I took the liberty of simplifying the cmake configuration for the docs build at the same time.

Merge request reports

Loading