From ba738f46a78bb0ed19cbdfb85089980e4e1c404f Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:49:10 +0200 Subject: [PATCH] [3.12] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (GH-139694) (cherry picked from commit 0e2cdd313ba5c67c5e2e21d993399b890e687c63) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index b8896da4a918..c1b20316ade8 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -183,7 +183,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: -- 2.47.3