summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-11-08 02:58:39 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-11-08 03:02:38 +0100
commit3dd9fca200d121517a7ba25ad8ba9a0a98b320a7 (patch)
treede56b56db52be534aa06263530ed495349cace86 /scripts
parent59a2f3d91922f06ca842abb8680fade79994d4ec (diff)
downloadtdesdk-3dd9fca200d121517a7ba25ad8ba9a0a98b320a7.tar.gz
tdesdk-3dd9fca200d121517a7ba25ad8ba9a0a98b320a7.zip
Fix various cmake build issues
Fix automake build issue in kapptemplate
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CMakeLists.txt2
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()