diff options
author | Darrell Anderson <[email protected]> | 2014-02-15 20:57:15 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-15 20:57:15 -0600 |
commit | 9227b804701b2b0843d20a617f8a8b8d0d8f078f (patch) | |
tree | 7ff39aaea2f63014f9b1249d7bb481c4d5bfecc4 /kate/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | kate/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |