X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Frtd%2FMakefile;h=dc8f4bec16c3fcc4f0918a9378ff39e534147705;hb=6b0369579da03d3ddd867211072ecd6a490339d9;hp=5f8cc680c9c5f9ff90f02027271e722868c9af9e;hpb=aedf8c659ddb2e56ab24490cccea75146cefd24a;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/rtd/Makefile b/doc/src/rtd/Makefile index 5f8cc68..dc8f4be 100644 --- a/doc/src/rtd/Makefile +++ b/doc/src/rtd/Makefile @@ -59,11 +59,12 @@ $(docs:%=%.html): always publish : $(docs:%=%.rst) bash publish_man.sh;\ bash publish_lib.sh;\ + bash scrape_types.sh;\ for f in *.rst;\ do\ if ! diff -N -q $$f ../../../docs/$$f >/dev/null 2>&1;\ then\ - cp -p $$f ../../../docs/;\ + sed 's/ *$$//' $$f >../../../docs/$${f##*/};\ fi;\ done