https://github.com/python/cpython/commit/ccf2f377fc80a2ce64198c9a9eae70b655b5eba1 commit: ccf2f377fc80a2ce64198c9a9eae70b655b5eba1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2025-10-07T19:12:31+01:00 summary:
[3.13] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (#139693) 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]
