Is it possible to add target like
kamailio_docs_readme
and regenerate readme files for all modules (including those listed inDINCLUDE_MODULES
)? This will allow build readme, and not copy present in the repo.
You can now do this by building the target kamailio_docs_readme
. This will generate the README files and replace the ones in the source tree for all modules included in the configuration phase.
Looks like the command for
man
files generation does not work as expected[root@nout kamailio-6.0.0-pre0]# /usr/bin/cmake --build redhat-linux-build -j 1 --target man Change Dir: '/root/rpmbuild/BUILD/kamailio-6.0.0-build/kamailio-6.0.0-pre0/redhat-linux-build' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile -j1 man gmake: *** No rule to make target 'man'. Stop.
Target man
is now available. It generates all related files for core, kamctl and kamdbctl, kamcmd, and modules. You can also build them separately by using targets kamctl_man
for kamctl
, kamcmd_man
for kamcmd
, and kamailio_docs_man
for the modules.
Also required package
kamcmd
utility.
kamcmd
is also now build and installed by default and separately bykamcmd
target.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.