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 | |
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')
-rw-r--r-- | kate/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kate/Makefile.am | 3 | ||||
-rw-r--r-- | kate/kate-plugins.desktop | 6 |
3 files changed, 12 insertions, 1 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 ) diff --git a/kate/Makefile.am b/kate/Makefile.am index 31e51a9..8819e76 100644 --- a/kate/Makefile.am +++ b/kate/Makefile.am @@ -2,4 +2,5 @@ SUBDIRS = scripts htmltools kpybrowser modeline openheader textfilter xmltools \ xmlcheck filelistloader cppsymbolviewer tabbarextension filetemplates \ snippets insertcommand make helloworld - +app_DATA = kate-plugins.desktop +appdir = $(kde_appsdir)/.hidden diff --git a/kate/kate-plugins.desktop b/kate/kate-plugins.desktop new file mode 100644 index 0000000..c35d9a5 --- /dev/null +++ b/kate/kate-plugins.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Icon=kate +DocPath=kate-plugins/index.html +Categories=Qt;TDE;TextEditor; +NoDisplay=true +Name=Kate Plugins |