summaryrefslogtreecommitdiffstats
path: root/doc/man/umbrello/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-13 13:47:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-13 22:39:15 +0900
commit4c8afb5e944f7bb9268c81e914b2a2fbc05b557e (patch)
tree6181a7ee4852860f6c34b9f1217e344e9ad2ebc1 /doc/man/umbrello/CMakeLists.txt
parentda7d3c409917e968ee36cb44b4f47dde222a650b (diff)
downloadtdesdk-4c8afb5e944f7bb9268c81e914b2a2fbc05b557e.tar.gz
tdesdk-4c8afb5e944f7bb9268c81e914b2a2fbc05b557e.zip
Add man pages for TDE applications
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d8521af7be8cafc64525755758d25f0b70072ea5)
Diffstat (limited to 'doc/man/umbrello/CMakeLists.txt')
-rw-r--r--doc/man/umbrello/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/umbrello/CMakeLists.txt b/doc/man/umbrello/CMakeLists.txt
new file mode 100644
index 00000000..24ccd704
--- /dev/null
+++ b/doc/man/umbrello/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
+)