Module: kamailio
Branch: master
Commit: e0dbb55d8593c5a8f0be1660ce9a537b7a4bc5b5
URL:
https://github.com/kamailio/kamailio/commit/e0dbb55d8593c5a8f0be1660ce9a537…
Author: Xenofon Karamanos <xk(a)gilawa.com>
Committer: Xenofon Karamanos <xk(a)gilawa.com>
Date: 2025-01-08T14:15:28Z
cmake: Add modules man pages as deps to man target
---
Modified: src/CMakeLists.txt
---
Diff:
https://github.com/kamailio/kamailio/commit/e0dbb55d8593c5a8f0be1660ce9a537…
Patch:
https://github.com/kamailio/kamailio/commit/e0dbb55d8593c5a8f0be1660ce9a537…
---
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dbe99f1db67..6d2f662b65a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -174,6 +174,8 @@ add_custom_target(man DEPENDS
${CMAKE_CURRENT_BINARY_DIR}/${MAIN_NAME}.8
${CMAKE_CURRENT_BINARY_DIR}/${MAIN_NAME}.cfg.5)
add_dependencies(man kamctl_man)
add_dependencies(man kamcmd_man)
+# These are the modules man pages if any exist
+add_dependencies(man kamailio_docs_man)
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/${MAIN_NAME}.8