summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-11-28 13:55:01 +0100
committerTDE Gitea <[email protected]>2020-02-08 17:25:55 +0000
commit46c80b0f5b2f5b57fbded23bfe3253224b4a0728 (patch)
treed23698bbe88e24337ac398faf9d5dc17aae86f95 /doc/man/CMakeLists.txt
parente780bc0560b84111a815f9534aefef7e5c89b099 (diff)
downloadkaffeine-46c80b0f5b2f5b57fbded23bfe3253224b4a0728.tar.gz
kaffeine-46c80b0f5b2f5b57fbded23bfe3253224b4a0728.zip
Conversion to the cmake building system.
Add a man page taken from the Debian build system. dvbdata.tar.gz from the "images" folder has been decompressed and the data files have been put into their own folder (dvbdata). kaffeine-iso.desktop file added from the Debian packaging. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r--doc/man/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..8512250
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+ FILES ${PROJECT_NAME}.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)