diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 6ed8ca84..ed06d49d 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -36,7 +36,7 @@ macro( _pod2man ) COMMAND pod2man ${CMAKE_CURRENT_SOURCE_DIR}/${_pod} > ${_pod}.1 DEPENDS ${_pod} ) add_custom_target( "${_pod}-man" ALL DEPENDS ${_pod}.1 ) - install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${_pod}.1 DESTINATION ${MAN_INSTALL_DIR} ) + install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${_pod}.1 DESTINATION ${MAN_INSTALL_DIR}/man1 ) endforeach( ) endmacro() |