From 6118ce2c820ad9bf164706c40685fdf774a48763 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 20 Jul 2020 14:58:59 -0700 Subject: [PATCH] docs: Fix for new rst_include version. Signed-off-by: Tim 'mithro' Ansell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0b7353..26390f6 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ include scripts/make/conda.mk README.rst: README.src.rst docs/status.rst Makefile | $(CONDA_ENV_PYTHON) @rm -f README.rst - $(IN_CONDA_ENV) rst_include include --source README.src.rst \ + $(IN_CONDA_ENV) rst_include include README.src.rst - \ | sed \ -e's@|TAG_VERSION|@$(TAG_VERSION)@g' \ -e's@:ref:`Versioning Information`@`Versioning Information `_@g' \