summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..9655073
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(
+ FILES kvirc.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+)