X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2FCMakeLists.txt;h=b0f5239075cc6f4773a7218132beebefde59159a;hb=refs%2Fchanges%2F25%2F5925%2F2;hp=8d3d49fe2a443fa0615475ebccb0597830b9d71f;hpb=5894fe2cbcae9f2929b9bb5b765e9e333ddaed6a;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 8d3d49f..b0f5239 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -40,7 +40,7 @@ if( BUILD_DOC ) if( NOT EXISTS ${tfm} ) # not yet built here, pull and build # pull and build {X}fm tools needed to generate manpages execute_process( - COMMAND "bash" "-c" "git clone https://github.com/ScottDaniels/xfm.git && cd xfm && mkdir .build && cd .build && cmake .. && make" + COMMAND "bash" "-c" "git clone https://gitlab.com/rouxware/xfm.git && cd xfm && mkdir .build && cd .build && cmake .. && make" WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} ) message( "+++ xfm pulled and built" ) @@ -60,6 +60,7 @@ if( BUILD_DOC ) rmr_call.3 rmr_close.3 rmr_free_msg.3 + rmr_get_const.3 rmr_get_meid.3 rmr_get_rcvfd.3 rmr_get_src.3 @@ -69,7 +70,7 @@ if( BUILD_DOC ) rmr_get_xact.3 rmr_init.3 rmr_init_trace.3 - rmr_mt_call.3 + rmr_mt_call.3 rmr_mt_rcv.3 rmr_payload_size.3 rmr_rcv_msg.3 @@ -78,6 +79,7 @@ if( BUILD_DOC ) rmr_rts_msg.3 rmr_send_msg.3 rmr_set_fack.3 + rmr_set_low_lat.3 rmr_set_stimeout.3 rmr_set_trace.3 rmr_set_vlevel.3 @@ -101,7 +103,7 @@ if( BUILD_DOC ) # for each source, build a specific command that runs tfm to generate the # troff output as a gzipped file. Sed is needed to remove the leading blank # that tfm likes to insert even if indention is 0. We also generate postscript - # markdown, plain ascii and rts output which are left in the build directory + # markdown, plain ascii and rts output which are left in the build directory # for the developer to use as needed. # foreach( nm IN LISTS man_names )