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