diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-22 00:27:11 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-22 00:27:11 -0600 |
commit | 410b6f9a69f1ba50ce59e1c0455196753fa6a4c3 (patch) | |
tree | 7b85074c6d4959618f5c7fcca0902af248032ba1 /certmanager/CMakeLists.txt | |
parent | 40d41789354f7450b0bd8ed59943f9939047700d (diff) | |
download | tdepim-410b6f9a69f1ba50ce59e1c0455196753fa6a4c3.tar.gz tdepim-410b6f9a69f1ba50ce59e1c0455196753fa6a4c3.zip |
Add kleopatra.desktop to populate launcher menu (Utilities) and help handbook table of contents.
Diffstat (limited to 'certmanager/CMakeLists.txt')
-rw-r--r-- | certmanager/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/CMakeLists.txt b/certmanager/CMakeLists.txt index 51465610c..4023f5a65 100644 --- a/certmanager/CMakeLists.txt +++ b/certmanager/CMakeLists.txt @@ -38,7 +38,7 @@ link_directories( ##### other data ################################ -install( FILES kleopatra_import.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +install( FILES kleopatra.desktop kleopatra_import.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES kleopatraui.rc DESTINATION ${DATA_INSTALL_DIR}/kleopatra ) |