X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2FCMakeLists.txt;h=d52a877808ec077e36508d41e4740ab0b5ec35d9;hb=07a22d45047617257e565bc98ac7ff5604908bac;hp=d010a792a11729fc67cfd4cda4077acf4d9386f1;hpb=503fe41e88b66ff8986c991bfbd075331b0bd166;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index d010a79..d52a877 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 @@ -102,7 +102,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 )