diff options
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..f07121a --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,6 @@ +SET(MANFILES k3b.1) + +INSTALL(FILES + ${MANFILES} + DESTINATION share/man/man1) + |