From e7d7fa7069e90f13ee9ce83cde1ea508a9c0b57d Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sun, 29 Mar 2020 19:41:28 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- doc/man/kmousetool/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/man/kmousetool/CMakeLists.txt (limited to 'doc/man/kmousetool/CMakeLists.txt') diff --git a/doc/man/kmousetool/CMakeLists.txt b/doc/man/kmousetool/CMakeLists.txt new file mode 100644 index 0000000..f68b664 --- /dev/null +++ b/doc/man/kmousetool/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES kmousetool.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) -- cgit v1.2.3