From e2016d4ad8f01e72cc713f799907861d75c28366 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 30 Jul 2020 12:24:24 +0200 Subject: Conversion to the cmake building system. Add a man page taken from the Debian packaging system. Signed-off-by: gregory guy --- 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