X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Frtd%2FMakefile;h=f3fbf41ace19a5d5ba93d03364b9b0814082c291;hb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;hp=878229e080ed59ec03ba04cdaaa1aaeb1ab27f4a;hpb=2d9d6784b306047e94ca9816813e5007b00fd17e;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/rtd/Makefile b/doc/src/rtd/Makefile index 878229e..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;\