summaryrefslogtreecommitdiffstats
path: root/doc/man/kcharselect/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-18 18:06:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-18 19:07:00 +0900
commit76601ee605f55c4473a22ba7f8ec5ba6ece00d65 (patch)
tree2a5bb29693d8b2efd4a5625d6c88ec55ad5e88e6 /doc/man/kcharselect/CMakeLists.txt
parent37fdaba6179710746daa0e4b189543440655d909 (diff)
downloadtdeutils-76601ee605f55c4473a22ba7f8ec5ba6ece00d65.tar.gz
tdeutils-76601ee605f55c4473a22ba7f8ec5ba6ece00d65.zip
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/kcharselect/CMakeLists.txt')
-rw-r--r--doc/man/kcharselect/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/kcharselect/CMakeLists.txt b/doc/man/kcharselect/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/kcharselect/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
+)