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 5d958c0ec3d071b4827080f7d1be3e20d576d50b
parent e6aa7f9e403cdc1fa398bc20265a5d6a2b3dad7c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 18 May 2017 12:19:23 +0200

Make automatic the generation of the solstice-receiver man files

Diffstat:
Mcmake/CMakeLists.txt | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -92,12 +92,14 @@ if(RONN) file(COPY ${SOLSTICE_SOURCE_DIR}/../doc/solstice-input.5.ronn ${SOLSTICE_SOURCE_DIR}/../doc/solstice-output.5.ronn + ${SOLSTICE_SOURCE_DIR}/../doc/solstice-receiver.5.ronn DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) set(SOLSTICE_MAN_PAGES solstice.1.ronn solstice-input.5.ronn - solstice-output.5.ronn) + solstice-output.5.ronn + solstice-receiver.5.ronn) rcmake_prepend_path(SOLSTICE_MAN_PAGES ${CMAKE_CURRENT_BINARY_DIR}) if(${CMAKE_HOST_UNIX})