summaryrefslogtreecommitdiffstats
path: root/doc/man/konq-plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-06-02 20:15:14 +0900
committerMichele Calgaro <[email protected]>2022-06-03 17:39:00 +0900
commit38d555ae68d01f3481af5c7562ef32228fb0e8ab (patch)
treed73e1a2801a1b5fc7ea748b1240dcbe13199b4a4 /doc/man/konq-plugins/CMakeLists.txt
parentdb5b0a4907f3ebe5ad4fec7f81c38bbb104e911e (diff)
downloadtdeaddons-38d555ae68d01f3481af5c7562ef32228fb0e8ab.tar.gz
tdeaddons-38d555ae68d01f3481af5c7562ef32228fb0e8ab.zip
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 825599fcfff1d8e78368e2dfd9537499f48313a4)
Diffstat (limited to 'doc/man/konq-plugins/CMakeLists.txt')
-rw-r--r--doc/man/konq-plugins/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/konq-plugins/CMakeLists.txt b/doc/man/konq-plugins/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/konq-plugins/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)