Modifications to the cmake configuration for docs, images, and data
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 whendoxygen
isn't found (i.e. always)- this should enable populating
${GWOLLUM_PIX}
independently of shipping the documentation
- this should enable populating
- 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.