diff options
Diffstat (limited to 'khelpcenter/plugins/Manpages/CMakeLists.txt')
-rw-r--r-- | khelpcenter/plugins/Manpages/CMakeLists.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/khelpcenter/plugins/Manpages/CMakeLists.txt b/khelpcenter/plugins/Manpages/CMakeLists.txt new file mode 100644 index 000000000..d6abb8a15 --- /dev/null +++ b/khelpcenter/plugins/Manpages/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + .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 ) |