summaryrefslogtreecommitdiffstats
path: root/khelpcenter/plugins/Manpages/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/plugins/Manpages/CMakeLists.txt')
-rw-r--r--khelpcenter/plugins/Manpages/CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/khelpcenter/plugins/Manpages/CMakeLists.txt b/khelpcenter/plugins/Manpages/CMakeLists.txt
index d6abb8a15..97b022013 100644
--- a/khelpcenter/plugins/Manpages/CMakeLists.txt
+++ b/khelpcenter/plugins/Manpages/CMakeLists.txt
@@ -9,8 +9,11 @@
#
#################################################
-install( FILES
+tde_create_translated_desktop(
+ SOURCE
.directory man1.desktop man2.desktop man3.desktop
man4.desktop man5.desktop man6.desktop man7.desktop
man8.desktop man9.desktop mann.desktop
- DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Manpages )
+ DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Manpages
+ PO_DIR khelpcenter-desktops
+)