X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2FCMakeLists.txt;h=b0f5239075cc6f4773a7218132beebefde59159a;hb=fa454008020483ac35e1d20300cddfe877d8dd6d;hp=d010a792a11729fc67cfd4cda4077acf4d9386f1;hpb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index d010a79..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" ) @@ -70,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 @@ -79,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 @@ -102,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 )