mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-127356: Fix prepend doctrees directory for gettext target (#127357)
This commit is contained in:
parent
11c01092d5
commit
a880358af0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue