diff options
Diffstat (limited to 'doc/kworldclock/CMakeLists.txt')
-rw-r--r-- | doc/kworldclock/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/kworldclock/CMakeLists.txt b/doc/kworldclock/CMakeLists.txt index 4c39234..fec1933 100644 --- a/doc/kworldclock/CMakeLists.txt +++ b/doc/kworldclock/CMakeLists.txt @@ -11,3 +11,8 @@ tde_create_handbook( DESTINATION kworldclock ) +INSTALL( + FILES kworldclock.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) |