diff options
author | gregory guy <[email protected]> | 2019-11-28 13:55:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-02-08 18:26:33 +0100 |
commit | 39e1f611e7964dfcf98ef4736d202f5c5b0010af (patch) | |
tree | 9cb90e5d6ae45dcfd690f0bd2599d557c8ffdae6 /doc/man/CMakeLists.txt | |
parent | d6bd86c69515e85eb371584199820a57f966532a (diff) | |
download | kaffeine-39e1f611e7964dfcf98ef4736d202f5c5b0010af.tar.gz kaffeine-39e1f611e7964dfcf98ef4736d202f5c5b0010af.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]>
(cherry picked from commit 46c80b0f5b2f5b57fbded23bfe3253224b4a0728)
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 |
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 +) |