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 7a31af00ef79e34b2e6b8e281c10a59cbe7b28ff
parent bb34359c1bf09181116ae0839b96584defc8adba
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 17 May 2017 16:12:41 +0200

Automatically generate the solstice-output man

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -89,10 +89,15 @@ if(RONN) configure_file(${SOLSTICE_SOURCE_DIR}/../doc/solstice.1.ronn.in ${CMAKE_CURRENT_BINARY_DIR}/solstice.1.ronn @ONLY) - file(COPY ${SOLSTICE_SOURCE_DIR}/../doc/solstice-input.5.ronn + file(COPY + ${SOLSTICE_SOURCE_DIR}/../doc/solstice-input.5.ronn + ${SOLSTICE_SOURCE_DIR}/../doc/solstice-output.5.ronn DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) - set(SOLSTICE_MAN_PAGES solstice.1.ronn solstice-input.5.ronn) + set(SOLSTICE_MAN_PAGES + solstice.1.ronn + solstice-input.5.ronn + solstice-output.5.ronn) rcmake_prepend_path(SOLSTICE_MAN_PAGES ${CMAKE_CURRENT_BINARY_DIR}) if(${CMAKE_HOST_UNIX})