From 39e1f611e7964dfcf98ef4736d202f5c5b0010af Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 28 Nov 2019 13:55:01 +0100 Subject: 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 (cherry picked from commit 46c80b0f5b2f5b57fbded23bfe3253224b4a0728) --- doc/man/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/man/CMakeLists.txt (limited to 'doc/man/CMakeLists.txt') 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 +) -- cgit v1.2.1