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