X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Frtd%2FMakefile;h=eda0613220e0a9eecb48b83dc98c44a5ed53c320;hb=0ac0fb452f47bf32beb4965bf7569034c415be93;hp=5a767df26615cd24603a23badb26326c269402b8;hpb=caed01aad345ebae5f7538276f110e57e77f3c95;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/doc/src/rtd/Makefile b/doc/src/rtd/Makefile index 5a767df..eda0613 100644 --- a/doc/src/rtd/Makefile +++ b/doc/src/rtd/Makefile @@ -37,7 +37,7 @@ desired_out = rst %.rst: %.xfm OUTPUT_TYPE=rst XFM_PASS=1 tfm $< /dev/null - GEN_TITLE=1 OUTPUT_TYPE=rst XFM_PASS=2 tfm $< | sed 's/^ //' >$@ + GEN_TITLE=1 OUTPUT_TYPE=rst XFM_PASS=2 tfm $< | sed 's/ $$//; s/^ //' >$@ %.txt: %.xfm OUTPUT_TYPE=txt XFM_PASS=1 tfm $< /dev/null @@ -60,7 +60,7 @@ rel-notes.rst: rel-notes.xfm $(imbed_src) # $(docs:%=%.rst): always -publish: user_guide.rst +publish: rel-notes.rst cp *.rst ../../../docs/ # intermeidate junk that might straggle