From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:37:10 +0000 (+0200) Subject: [3.12] Fix doctrees directory for the gettext builder (GH-122997) (#124339) X-Git-Tag: v3.12.7~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=533b06c1184b032a90b3fb11497bd80b91f85485;p=thirdparty%2FPython%2Fcpython.git [3.12] Fix doctrees directory for the gettext builder (GH-122997) (#124339) 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 3d39766b3cb0..fc0d1e4d9a2a 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