summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-10-17 14:22:44 +0200
committerMichele Calgaro <[email protected]>2019-10-20 01:24:13 +0900
commit1913dc31008d15cbd18c0773f90ad523515e37d0 (patch)
treecaa96a55547e6ef06e7874012d1ef7db6add8220 /doc/man/CMakeLists.txt
parentd6bde8c736d58fbd5da6216b03ee60fd1a02123b (diff)
downloadkkbswitch-1913dc31008d15cbd18c0773f90ad523515e37d0.tar.gz
kkbswitch-1913dc31008d15cbd18c0773f90ad523515e37d0.zip
Drop automake build support.
Add basic cmake build instructions in the INSTALL file. Deleted empty file: NEWS. Deleted obsolete file: kkbswitch.spec . Some cleanup in the README, the "man" page and the "help" page files. The man page as well as the icons have moved in their own folder. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 9d191894a587d67cacceb69b868160250820cfa7)
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
+)