solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit f31b695322d84a04f541979825280684a41d2de6
parent 330bd3add0513e5aa575773118988f22ae750fc4
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 17 Nov 2020 11:09:19 +0100

Change install dir for html man

Diffstat:
Mcmake/doc/CMakeLists.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt @@ -144,7 +144,7 @@ if(_html) endforeach() add_custom_target(man-html ALL DEPENDS ${MAN_FILES}) - install(FILES ${MAN1_FILES} DESTINATION share/man/man1) - install(FILES ${MAN5_FILES} DESTINATION share/man/man5) + install(FILES ${MAN1_FILES} DESTINATION share/doc/solstice/html) + install(FILES ${MAN5_FILES} DESTINATION share/doc/solstice/html) endif()