diff options
Diffstat (limited to 'doc/man/lisa')
-rw-r--r-- | doc/man/lisa/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/lisa/CMakeLists.txt b/doc/man/lisa/CMakeLists.txt index ef877c22..1f82ea5c 100644 --- a/doc/man/lisa/CMakeLists.txt +++ b/doc/man/lisa/CMakeLists.txt @@ -1,6 +1,6 @@ file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.8 ) -INSTALL( +install( FILES ${_man_files} DESTINATION ${MAN_INSTALL_DIR}/man8 COMPONENT doc |