From: Rafael Fontenelle Date: Sun, 1 Dec 2024 09:15:44 +0000 (-0300) Subject: gh-127356: Fix prepend doctrees directory for gettext target (#127357) X-Git-Tag: v3.14.0a3~163 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a880358af03d9cab37f7db04385c5a97051b03b6;p=thirdparty%2FPython%2Fcpython.git gh-127356: Fix prepend doctrees directory for gettext target (#127357) --- diff --git a/Doc/Makefile b/Doc/Makefile index 22e43ee3e542..4a704ad58b33 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -144,7 +144,7 @@ pydoc-topics: build .PHONY: gettext gettext: BUILDER = gettext -gettext: SPHINXOPTS += -d build/doctrees-gettext +gettext: override SPHINXOPTS := -d build/doctrees-gettext $(SPHINXOPTS) gettext: build .PHONY: htmlview