Module: kamailio Branch: master Commit: e0dbb55d8593c5a8f0be1660ce9a537b7a4bc5b5 URL: https://github.com/kamailio/kamailio/commit/e0dbb55d8593c5a8f0be1660ce9a537b7a4bc5b5
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@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/e0dbb55d8593c5a8f0be1660ce9a537b7a4bc5b5.diff Patch: https://github.com/kamailio/kamailio/commit/e0dbb55d8593c5a8f0be1660ce9a537b7a4bc5b5.patch --- 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 _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!