summaryrefslogtreecommitdiffstats
path: root/doc/man/kmix/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-07-10 17:27:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-07-10 19:57:36 +0900
commit62a53e5da6a90f9da787d8075c099f7b0ef04dfc (patch)
treec0a13ce15ff933ef658fd14c6d3d299b19a3fbda /doc/man/kmix/CMakeLists.txt
parente379b039df2fdbe61f589611ba8ad156b5a96ba5 (diff)
downloadtdemultimedia-62a53e5da6a90f9da787d8075c099f7b0ef04dfc.tar.gz
tdemultimedia-62a53e5da6a90f9da787d8075c099f7b0ef04dfc.zip
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 69ce1d06ccfab3724be8ab6451933346a0474b30)
Diffstat (limited to 'doc/man/kmix/CMakeLists.txt')
-rw-r--r--doc/man/kmix/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/kmix/CMakeLists.txt b/doc/man/kmix/CMakeLists.txt
new file mode 100644
index 00000000..24ccd704
--- /dev/null
+++ b/doc/man/kmix/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
+)