From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:29:18 +0000 (+0100) Subject: gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (#139437) X-Git-Tag: v3.15.0a1~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e2cdd313ba5c67c5e2e21d993399b890e687c63;p=thirdparty%2FPython%2Fcpython.git gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (#139437) --- 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: