From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:12:05 +0000 (+0200) Subject: [3.14] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-13943... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04d75658ac7b6e042384e980a684d43b1a6da686;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (#139692) gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (cherry picked from commit 0e2cdd313ba5c67c5e2e21d993399b890e687c63) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/Doc/Makefile b/Doc/Makefile index 84578c5c57f4..f6f4c721080c 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -184,7 +184,7 @@ venv: fi .PHONY: dist-no-html -dist-no-html: dist-text dist-pdf dist-epub dist-texinfo +dist-no-html: dist-text dist-epub dist-texinfo .PHONY: dist dist: