From 368ee23e036f50097ed148eaedfbead308a7ff26 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 21 May 2020 16:18:26 +0200 Subject: Add a man page. Move the kscope.desktop file into XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 and bug 2408. Delete empty folder templates. 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