summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/monkey/man/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/monkey/man/CMakeLists.txt')
-rw-r--r--src/fluent-bit/lib/monkey/man/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/monkey/man/CMakeLists.txt b/src/fluent-bit/lib/monkey/man/CMakeLists.txt
new file mode 100644
index 000000000..1ed0dc634
--- /dev/null
+++ b/src/fluent-bit/lib/monkey/man/CMakeLists.txt
@@ -0,0 +1,3 @@
+install(FILES
+ "monkey.1"
+ DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" COMPONENT doc)