summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 851e356..062fed1 100755
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -90,7 +90,7 @@ if(WITH_MAN)
${MAN_BUILD_DIR}/dlt-system.1.gz)
foreach(MAN ${MAN_SRC})
- file(COPY ${MAN} DESTINATION ${MAN_BUILD_DIR})
+ execute_process(COMMAND ${CMAKE_COMMAND} -E copy ${MAN} ${MAN_BUILD_DIR})
endforeach(MAN)
add_custom_target(compress_man ALL