diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-15 20:59:42 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-15 20:59:42 -0600 |
commit | 062827f34c21b04bd0aa0482709d15a9b5a1dbeb (patch) | |
tree | fcfe50b6cbd5af323c5f4029687b44e33e2e933d /kxsldbg/Makefile.am | |
parent | 440162725cf630197861b81282c336ded377e79a (diff) | |
download | tdewebdev-062827f34c21b04bd0aa0482709d15a9b5a1dbeb.tar.gz tdewebdev-062827f34c21b04bd0aa0482709d15a9b5a1dbeb.zip |
Make XSLDbg help handbook visible in the help handbook table of contents but not in launcher menu.
Diffstat (limited to 'kxsldbg/Makefile.am')
-rw-r--r-- | kxsldbg/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kxsldbg/Makefile.am b/kxsldbg/Makefile.am index 198029c3..cd95e4ef 100644 --- a/kxsldbg/Makefile.am +++ b/kxsldbg/Makefile.am @@ -11,6 +11,9 @@ KDE_ICON = kxsldbg xdg_apps_DATA = kxsldbg.desktop +app_DATA = xsldbg.desktop +appdir = $(kde_appsdir)/.hidden + # Disable building xsldbg application as documentation for it is not ready # xsldbg_SOURCES = xsldbgmain.cpp |