summaryrefslogtreecommitdiffstats
path: root/kate/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-15 20:57:15 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-15 20:57:15 -0600
commit9227b804701b2b0843d20a617f8a8b8d0d8f078f (patch)
tree7ff39aaea2f63014f9b1249d7bb481c4d5bfecc4 /kate/CMakeLists.txt
parent93cc42ec0c5d38a310adedd285161e90236e2961 (diff)
downloadtdeaddons-9227b804701b2b0843d20a617f8a8b8d0d8f078f.tar.gz
tdeaddons-9227b804701b2b0843d20a617f8a8b8d0d8f078f.zip
Make kate plugins help handbook visible in the help handbook table of contents but not in launcher menu.
Diffstat (limited to 'kate/CMakeLists.txt')
-rw-r--r--kate/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/kate/CMakeLists.txt b/kate/CMakeLists.txt
index 6856035..f94adf0 100644
--- a/kate/CMakeLists.txt
+++ b/kate/CMakeLists.txt
@@ -27,3 +27,7 @@ add_subdirectory( snippets )
add_subdirectory( insertcommand )
add_subdirectory( make )
add_subdirectory( helloworld )
+
+#### other data #################################
+
+install( FILES kate-plugins.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidden )