mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
cmake: copy images / icons into the build Documentation folder
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
541e67ba41
commit
38ba7177c7
1 changed files with 6 additions and 1 deletions
|
@ -377,7 +377,12 @@ if(NOT NO_TESTS)
|
|||
endif()
|
||||
|
||||
if(NOT NO_DOCS)
|
||||
add_custom_target(documentation ALL mkdir -p ${CMAKE_BINARY_DIR}/Documentation/ \\; make -C ${CMAKE_SOURCE_DIR}/Documentation OUT=${CMAKE_BINARY_DIR}/Documentation/ doc)
|
||||
add_custom_target(
|
||||
documentation ALL
|
||||
mkdir -p ${CMAKE_BINARY_DIR}/Documentation/ \\;
|
||||
cp -a ${CMAKE_SOURCE_DIR}/Documentation/images ${CMAKE_BINARY_DIR}/Documentation/ \\;
|
||||
make -C ${CMAKE_SOURCE_DIR}/Documentation OUT=${CMAKE_BINARY_DIR}/Documentation/ doc
|
||||
)
|
||||
endif()
|
||||
|
||||
# install Subsurface
|
||||
|
|
Loading…
Reference in a new issue