From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:49:53 +0000 (+0200) Subject: [3.13] Fix doctrees directory for the gettext builder (GH-122997) (#124338) X-Git-Tag: v3.13.0rc3~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1503835b1b1b6cdd17158c42ff0d893eb64f9ca0;p=thirdparty%2FPython%2Fcpython.git [3.13] Fix doctrees directory for the gettext builder (GH-122997) (#124338) Fix doctrees directory for the gettext builder (GH-122997) (cherry picked from commit 315a933a5b3ae4379077096b6852f85a81a7d75f) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/Makefile b/Doc/Makefile index c061e5308576..b1c856c13617 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: SPHINXOPTS += -d build/doctrees-gettext gettext: build .PHONY: htmlview