From 9227b804701b2b0843d20a617f8a8b8d0d8f078f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 15 Feb 2014 20:57:15 -0600 Subject: Make kate plugins help handbook visible in the help handbook table of contents but not in launcher menu. --- kate/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kate/CMakeLists.txt') 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 ) -- cgit v1.2.1