X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Frtd%2FMakefile;h=f3fbf41ace19a5d5ba93d03364b9b0814082c291;hb=503fe41e88b66ff8986c991bfbd075331b0bd166;hp=3e1721b80243a19c9343bd3592300839484dab5e;hpb=52f4bc935a659a9a03cd8749748cf9222b09c878;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/rtd/Makefile b/doc/src/rtd/Makefile index 3e1721b..f3fbf41 100644 --- a/doc/src/rtd/Makefile +++ b/doc/src/rtd/Makefile @@ -56,6 +56,7 @@ $(docs:%=%.md): always # copy the .rst files which have changed into the docs (plural) directory at the root of the repo publish : $(docs:%=%.rst) + bash publish_man.sh;\ for f in *.rst;\ do\ if ! diff -N -q $$f ../../../docs/$$f >/dev/null 2>&1;\ @@ -80,7 +81,7 @@ clean: # ditch anything that can be rebuilt nuke: clean - rm -f *.ps *.pdf *.rst *.md + rm -f *.ps *.pdf *.rst *.md *.txt # make hack to force a rule to always be out of date always: