From b991d1d0fa2f1217815e879485b5c955506eebfd Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 9 Jul 2024 16:01:43 +0200 Subject: [PATCH] fix cmd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80d46ccbcaeb..29ac069e60fb 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ help: .PHONY: help Makefile prepare: - ${SED} -r 's/__QGIS_VERSION__/${QGIS_VERSION}/g; conf.py.in > $(SOURCEDIR)/conf.py + ${SED} -r 's/__QGIS_VERSION__/${QGIS_VERSION}/g;' conf.py.in > $(SOURCEDIR)/conf.py # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).