summaryrefslogtreecommitdiffstats
path: root/docs/_scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_scripts/Makefile')
-rw-r--r--docs/_scripts/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_scripts/Makefile b/docs/_scripts/Makefile
index dbd88bf9a20..f9cb535182f 100644
--- a/docs/_scripts/Makefile
+++ b/docs/_scripts/Makefile
@@ -139,6 +139,15 @@ includes-render:
template-index:
@sed -ie "s/__VPP_VERSION__/${VPP_VERSION}/g" ${DOCS_DIR}/index.rst
@sed -ie "s/__BUILT_ON__/${BUILT_ON}/g" ${DOCS_DIR}/index.rst
+ @( \
+ for f in $$(grep -l -R __REPOSITORY_URL__ ${DOCS_DIR} | grep -e '\.rst$$' -e '\.md$$' ) ;\
+ do \
+ if [ ! -z $${f} ]; then \
+ echo "TEMPLATING $${f}" ;\
+ sed -ie "s@__REPOSITORY_URL__@${REPOSITORY_URL}@g" $${f} ;\
+ fi ;\
+ done ; \
+ )
.NOTPARALLEL: $(SIPHON_FILES)
$(SIPHON_FILES): $(SCRIPTS_DIR)/siphon-generate \