diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-15 20:57:15 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-15 20:57:15 -0600 |
commit | 9227b804701b2b0843d20a617f8a8b8d0d8f078f (patch) | |
tree | 7ff39aaea2f63014f9b1249d7bb481c4d5bfecc4 /kate/CMakeLists.txt | |
parent | 93cc42ec0c5d38a310adedd285161e90236e2961 (diff) | |
download | tdeaddons-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.txt | 4 |
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 ) |