From 1913dc31008d15cbd18c0773f90ad523515e37d0 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 17 Oct 2019 14:22:44 +0200 Subject: 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 (cherry picked from commit 9d191894a587d67cacceb69b868160250820cfa7) --- 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