https://github.com/python/cpython/commit/ba738f46a78bb0ed19cbdfb85089980e4e1c404f
commit: ba738f46a78bb0ed19cbdfb85089980e4e1c404f
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: ambv <[email protected]>
date: 2025-10-08T13:49:10+02:00
summary:

[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 <[email protected]>

files:
M Doc/Makefile

diff --git a/Doc/Makefile b/Doc/Makefile
index b8896da4a91869..c1b20316ade88f 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:

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to