https://github.com/python/cpython/commit/04d75658ac7b6e042384e980a684d43b1a6da686
commit: 04d75658ac7b6e042384e980a684d43b1a6da686
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-10-07T19:12:05+01:00
summary:

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

files:
M Doc/Makefile

diff --git a/Doc/Makefile b/Doc/Makefile
index 84578c5c57f478..f6f4c721080c42 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:

_______________________________________________
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