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 3da359060d91e3c80091b30db80403a714169f24
parent 6f9b761e8ce9b524737a77eeb31a1e93b520ad31
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 May 2017 11:49:54 +0200

Add a dependency to the man CSS to the "man-html" target

Diffstat:
Mcmake/doc/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt @@ -102,7 +102,7 @@ if(ASCIIDOC) add_custom_command( OUTPUT ${_man} COMMAND ${ASCIIDOC} ${ASCIIDOC_OPTS} ${_txt} - DEPENDS man-copy ${_txt} + DEPENDS man-copy ${_txt} ${SOLSTICE_DOC_DIR}/solstice-man.css WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Build HTML man page ${_txt}" VERBATIM)